GUAC-1126 Fixed name of users cache.

This commit is contained in:
James Muehlner
2015-04-08 22:38:45 -07:00
parent 91b0d72a60
commit fec7ac20ce

View File

@@ -52,7 +52,7 @@ angular.module('rest').factory('cacheService', ['$injector',
*
* @type $cacheFactory.Cache
*/
users : $cacheFactory('API-USER')
users : $cacheFactory('API-USERS')
};