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

Update routes.js to fix minor bug #75

Closed zn4ke closed 10 years ago

zn4ke commented 10 years ago

This change should fix a bug when the server side has routes with the same path but a different httpMethod (the rest-api in my case).

fnakstad commented 10 years ago

Thank you so much for this contribution, and good job on catching the bug :)