GUAC-1099: Paginate management interface. Remove styles from ui.css where possible/relevant.

This commit is contained in:
Michael Jumper
2015-02-26 17:42:55 -08:00
parent ac3ee41699
commit 1f9356100b
7 changed files with 54 additions and 48 deletions

View File

@@ -23,5 +23,5 @@
/**
* The module for the administration functionality.
*/
angular.module('manage', ['groupList', 'locale', 'rest']);
angular.module('manage', ['groupList', 'locale', 'pager', 'rest']);