auth0-samples / auth0-angularjs-sample

These samples are made up of steps to add Auth0 to an Angular JS app
28 stars 111 forks source link

The ng-app attribute should not be set in the HTML tag #42

Closed glena closed 7 years ago

glena commented 7 years ago

If you set the ng-app attr in the tag, angular tries to handle events that shouldnt. For example, Lock's inner , event if preventDefault is called.

Related to https://github.com/auth0/lock/issues/652