mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
- Update dependencies.
This commit is contained in:
@@ -6,10 +6,10 @@ module.exports = angular.module('stf/settings', [
|
||||
])
|
||||
.config(['$localForageProvider', function ($localForageProvider) {
|
||||
$localForageProvider.config({
|
||||
name : 'stf-v0',
|
||||
version : 1.0,
|
||||
storeName : 'settings',
|
||||
description : 'STF Local Settings'
|
||||
name: 'stf-v0',
|
||||
version: 1.0,
|
||||
storeName: 'settings',
|
||||
description: 'STF Local Settings'
|
||||
})
|
||||
|
||||
}])
|
||||
|
||||
Reference in New Issue
Block a user