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

angular tour directive not getting initialized. #50

Closed Ankita-Palekar closed 8 years ago

Ankita-Palekar commented 8 years ago

Here is the plunker link what I am trying for http://embed.plnkr.co/TRD9tI5Vh1PYZSlVYvoZ/script.js angular-tour directive is not initializing and it does not show any popover neither does it show any errors console.

mtparsons commented 8 years ago

+1 Experiencing the same issue! I think the issue is in the packaging behavior.

When I changed the files in dist locally I removed: https://github.com/DaftMonk/angular-tour/blob/master/dist/angular-tour-tpls.js#L13

and just used: https://github.com/DaftMonk/angular-tour/blob/master/dist/angular-tour-tpls.js#L12

Here's when it starts popping up: https://github.com/DaftMonk/angular-tour/commit/ceeeac02fedcaa3b368ca0092c3298918ed6fd5d

Haven't dived into the Gruntfile but I don't see any recent changes there

booleanbetrayal commented 8 years ago

I have no idea how that happened ... I stamped another build though that doesn't exhibit the odd packaging bug. Please let me know if you're having any other issues. Closing but can re-open.

ec9e943359bb409a47dabbd16f9e3cd8c3a15ab0

mtparsons commented 8 years ago

Thanks for taking care of it so quickly either way!