GUAC-894: Remove unused modal plugin.

This commit is contained in:
Michael Jumper
2014-12-26 21:34:33 -08:00
parent 977a2d66f5
commit 08491ab54f
2 changed files with 1 additions and 8 deletions

View File

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