passman/js/app/services/cacheservice.js

14 lines
292 B
JavaScript
Raw Normal View History

2016-09-11 05:30:17 +08:00
'use strict';
/**
* @ngdoc service
* @name passmanApp.VaultService
* @description
* # VaultService
* Service in the passmanApp.
*/
angular.module('passmanApp')
.service('CacheService', [function () {
// AngularJS will instantiate a singleton by calling "new" on this function
}]);