You can check out the code by visiting
When attempting to login, I trigger the simple login() function of the AuthController using ng-click on the login form button. However, upon calling this function, I encounter an error message in the console that I am unable to interpret. In Firefox, the error is "args is null
", while in Chrome, it states "
TypeError: Cannot read property '0' of null
". I'm unsure how to troubleshoot this issue. Why is it failing to work?
Please note that any username or password can be entered.