GUAC-1120: Move notifications into own service.

This commit is contained in:
Michael Jumper
2015-03-12 15:57:53 -07:00
parent 0d83f0e83d
commit 4475fcb7fb
13 changed files with 219 additions and 145 deletions

View File

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