googlearchive / angularfire-seed

Seed project for AngularFire apps
http://angularfire.com
MIT License
409 stars 191 forks source link

Password change failure causes account/login nav links to get confused #18

Closed katowulf closed 10 years ago

katowulf commented 10 years ago

module.waitforauth.js listens for login/logout/error events. When changePassword fails, it also throws $firebaseSimpleLogin::error, which can confuse the waitforauth methods.

Correct these to show account/login buttons even if changePasssword creates an error.

katowulf commented 10 years ago

Now displayed on error or logout.