- Update dependencies.

This commit is contained in:
Gunther Brunner
2014-03-26 12:06:54 +09:00
parent 6e6b5ee517
commit b4e6e39761
2 changed files with 10 additions and 10 deletions

View File

@@ -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'
})
}])