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

removes underscore dependency for client #64

Closed austinpray closed 10 years ago

austinpray commented 10 years ago

references https://github.com/fnakstad/angular-client-side-auth/issues/63

You only use underscore very few times on the client side. Angular has equivalent functions built in. Why not remove the underscore dependency?

austinpray commented 10 years ago

tests pass as well screenshot 2014-02-23 13 58 40

jshemas commented 10 years ago

+1

fnakstad commented 10 years ago

Excellent! Thank you for this!

austinpray commented 10 years ago

My pleasure! Oh shoot, you know what? I forgot to remove the script tag referencing underscore in the index.jade. brb.