auth0 / angular-auth0

Angular 1.x Wrapper for Auth0.js v9 and higher
MIT License
24 stars 22 forks source link

Minor Style changes. #3

Closed IagoLast closed 8 years ago

IagoLast commented 8 years ago

Use evalAsync instead safeApply

https://docs.angularjs.org/api/ng/type/$rootScope.Scope#$evalAsync

Code makeup

https://github.com/johnpapa/angular-styleguide/blob/master/a1/README.md

chenkie commented 8 years ago

Thanks for your PR :)