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

@@ -24,4 +24,4 @@
* The module for the root of the application.
*/
angular.module('index', ['ngRoute', 'pascalprecht.translate',
'auth', 'home', 'manage', 'login', 'client', 'notification']);
'auth', 'home', 'manage', 'login', 'client', 'notification', 'rest']);