srdone / first-class

Boy scout troop tracking
MIT License
6 stars 0 forks source link

Menu appears and login disappears after about 5 seconds on login page #2

Closed srdone closed 9 years ago

srdone commented 9 years ago

Error was caused by node server not responding to /loggedIn route - fixed that issue and removed extra logging interceptor that was causing the $http service to think the response was successful when it was not.