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