DaftMonk / angular-tour

AngularJS directive for giving an interactive tour of your website.
http://daftmonk.github.io/angular-tour/
MIT License
608 stars 137 forks source link

Loading order of Angular and JQuery #48

Closed tanjabrzak closed 8 years ago

tanjabrzak commented 8 years ago

I noticed that the directive does not work if the Angular loading before JQuery (which is the case in my app). Is there a way not to change load ordering in my app and still get directive to work?

dmackerman commented 8 years ago

Why would you load Angular before jQuery? Just curious if it's a requirement for your app?

thoughtspacewebsites commented 8 years ago

Wow, this fixed an issue I was having. This should probably be noted more clearly in the documentation, considering this is one of the few Angular modules I've found that has this stipulation.

booleanbetrayal commented 8 years ago

added a little note, while jQuery is still around.