master
UserListService
export function UserListService(api, $q, $cacheFactory) { var userservice: any = {}; var cache = $cacheFactory('userList');