The code can be viewed at http://ec2-52-1-22-32.compute-1.amazonaws.com/
In the login form, I call the currently simple login() function of the AuthController from ng-click on the button of the the login form. When I call this function, I get an error in the console that I cannot decipher. In FF, I get an "args is null" error. In Chrome, errors says "TypeError: Cannot read property '0' of null". Not sure how to debug this? Why doesn't it work?
PS: You can enter any username or password.