GUAC-1126: Depend on 'navigation' module within login.

This commit is contained in:
Michael Jumper
2015-04-06 17:08:52 -07:00
parent 8ead3a9d81
commit 9cf41001ed

View File

@@ -23,4 +23,4 @@
/**
* The module for the login functionality.
*/
angular.module('login', ['element']);
angular.module('login', ['element', 'navigation']);