Files
stf-DeviceFarmer/res/app/components/stf/settings/settings-service.js
Gunther Brunner a260aa2cf8 - Updated almost all dev dependencies.
- Removed everything grunt (the gettext stuff needs to be converted but was not using yet anyways).
- Update angular-localForage to latest version, all API methords changed.
- Added jshintrc for mocha.
2014-03-20 19:26:48 +09:00

5 lines
102 B
JavaScript

module.exports = function SettingsServiceFactory($rootScope, $localForage) {
return $localForage
}