-
Notifications
You must be signed in to change notification settings - Fork 175
angular-intro with requireJS #9
Comments
I don't know much about require.js, but I've been doing a bit of investigating. I found this issue in which it is described that I then modified the
This would make the And it worked. However, I explicitly modified the directive with a define. What I don't know is how to properly solve your problem; if I were to put a Or, make a copy of |
+1 |
1 similar comment
+1 |
Release 1.2.2 should have this now |
I am trying to use angular-intro with requireJS.
Steps I followed till now:
But when I run my server, even after the successful loading of intro.js and angular-intro.js file in this order, I am getting an error as,
ReferenceError: introJs is not defined
I don't understand how angular-intro can't find introJs function, even if intro.js has been added prior to it? What is the right way to add both of these files so that it works properly?
The text was updated successfully, but these errors were encountered: