-
Notifications
You must be signed in to change notification settings - Fork 110
Requirejs example #33
Comments
@ashishtilara this issue has some solutions around bundling that might be of some help: auth0/angular-lock#3 |
Hey, I am facing the same issue @ashishtilara . Did u find any solution for this ? |
Hi, i repost this i wrote :
then in require.config:
So i could simply call auth0auth0 in app.js
and go on with provider as the tutorial explains. |
I used this way. Now auth0 not defined error is not there. Now i am getting |
I am trying to use this example with Requirejs but doesn't seem to have any luck... It keeps on throwing
Is it possible to get an example using RequireJS, I also tried to use example of angular-lock but that also throws similar error about Auth0Lock is not defined.
Following is my require.config, not sure what I am doing wrong here...
I would appreciate any help regarding fixing this.
cheers
Ashish
The text was updated successfully, but these errors were encountered: