fnakstad / angular-client-side-auth

One way to implement authentication/authorization in Angular applications
http://angular-client-side-auth.herokuapp.com/
MIT License
1.63k stars 346 forks source link

Linting Fixes. #70

Closed redian closed 10 years ago

redian commented 10 years ago

A few linting fixes and i would suggest using the identity operator === instead of the equality operator.

fnakstad commented 10 years ago

Once again, thanks! About to set up TravisCI for the project, so I'll look into adding a linting step as part of that.