GUAC-1138: Generalize "pager" module into "list" module.

This commit is contained in:
Michael Jumper
2015-03-26 12:01:50 -07:00
parent 8434a67229
commit 468a50de9e
6 changed files with 4 additions and 4 deletions

View File

@@ -25,9 +25,9 @@
*/
angular.module('manage', [
'groupList',
'list',
'locale',
'notification',
'pager',
'rest',
'userMenu'
]);