GUAC-932: Refactor existing REST service JS into single 'rest' module.

This commit is contained in:
Michael Jumper
2014-12-11 15:03:57 -08:00
parent dea213e9a1
commit 6d6bf889f2
19 changed files with 17 additions and 120 deletions

View File

@@ -20,4 +20,4 @@
* THE SOFTWARE.
*/
angular.module('home', ['connection', 'connectionGroup', 'history', 'user', 'permission']);
angular.module('home', ['history', 'rest']);