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,4 +23,13 @@
/**
* The module for code used to connect to a connection or balancing group.
*/
angular.module('client', ['auth', 'element', 'history', 'osk', 'rest', 'textInput', 'touch']);
angular.module('client', [
'auth',
'element',
'history',
'notification',
'osk',
'rest',
'textInput',
'touch'
]);