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

@@ -23,4 +23,4 @@
/**
* The module for code used to connect to a connection or balancing group.
*/
angular.module('client', ['auth', 'history']);
angular.module('client', ['auth', 'history', 'rest']);