GUAC-1161: Store notification state in session-local storage.

This commit is contained in:
Michael Jumper
2015-04-23 13:57:44 -07:00
parent afd9cd8032
commit 592ce3b8d3
3 changed files with 63 additions and 32 deletions

View File

@@ -23,4 +23,6 @@
/**
* The module for code used to display arbitrary notifications.
*/
angular.module('notification', []);
angular.module('notification', [
'storage'
]);