mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 16:43:26 +02:00
- Add Local settings.
- Add Language settings synced back.
This commit is contained in:
@@ -4,4 +4,7 @@ require('angular-localForage')
|
||||
module.exports = angular.module('stf/settings', [
|
||||
'LocalForageModule'
|
||||
])
|
||||
.config(['$localForageProvider', function ($localForageProvider) {
|
||||
$localForageProvider.setPrefix('stf.v0');
|
||||
}])
|
||||
.factory('SettingsService', require('./settings-service'))
|
||||
|
||||
Reference in New Issue
Block a user