GUAC-932: Begin migration of admin to new guacGroupList. Remove unused util module.

This commit is contained in:
Michael Jumper
2014-12-19 00:11:29 -08:00
parent 2d60d2a4f9
commit 45e107f5a9
10 changed files with 118 additions and 182 deletions

View File

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