GUAC-605: Add guacNotification directive.

This commit is contained in:
Michael Jumper
2014-11-29 19:18:38 -08:00
parent 1d86419cc1
commit 5b31b206a7
5 changed files with 328 additions and 1 deletions

View File

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