passman/js/app/services/cacheservice.js
2016-09-15 21:21:34 +02:00

14 lines
292 B
JavaScript

'use strict';
/**
* @ngdoc service
* @name passmanApp.CacheService
* @description
* # CacheService
* Service in the passmanApp.
*/
angular.module('passmanApp')
.service('CacheService', [function () {
// AngularJS will instantiate a singleton by calling "new" on this function
}]);