* Work on User and loading user from db with authenticate()

* Show login error in login.js experimental stuff
This commit is contained in:
Bryan Ashby 2015-04-06 00:18:08 -06:00
parent 3336caeec9
commit 9219cc74a5
7 changed files with 207 additions and 65 deletions

View file

@ -15,7 +15,7 @@ function MenuModule(options) {
var self = this;
this.menuConfig = options.menuConfig;
this.menuMethods = {};
this.viewControllers = [];
this.initSequence = function() {