mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-23 22:35:25 +02:00
- 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.
This commit is contained in:
@@ -5,6 +5,12 @@ module.exports = angular.module('stf/settings', [
|
||||
'LocalForageModule'
|
||||
])
|
||||
.config(['$localForageProvider', function ($localForageProvider) {
|
||||
$localForageProvider.setPrefix('stf.v0');
|
||||
$localForageProvider.config({
|
||||
name : 'stf-v0',
|
||||
version : 1.0,
|
||||
storeName : 'settings',
|
||||
description : 'STF Local Settings'
|
||||
})
|
||||
|
||||
}])
|
||||
.factory('SettingsService', require('./settings-service'))
|
||||
|
||||
Reference in New Issue
Block a user