mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 23:21:21 +00:00
GUAC-1120: Move notifications into own service.
This commit is contained in:
@@ -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'
|
||||
]);
|
||||
|
Reference in New Issue
Block a user