mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
- 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.
5 lines
102 B
JavaScript
5 lines
102 B
JavaScript
module.exports = function SettingsServiceFactory($rootScope, $localForage) {
|
|
|
|
return $localForage
|
|
}
|