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

fixed Auth not defined #40

Closed Almewty closed 10 years ago

Almewty commented 10 years ago

with the last commit you added $rootScope as parameter but forgot to add it to array

HuaHub commented 10 years ago

thanks

fnakstad commented 10 years ago

Thanks Alhewty! What a stupid mistake I made. I already accepted another pull request for this, so it should be fixed now.

Almewty commented 10 years ago

no problem I just yesterday saw that there was already an other pull request for the same problem