Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't seem to be able to run it #35

Closed
solenoo opened this issue Mar 9, 2015 · 4 comments
Closed

Can't seem to be able to run it #35

solenoo opened this issue Mar 9, 2015 · 4 comments

Comments

@solenoo
Copy link

solenoo commented Mar 9, 2015

Hi for some reason I'm having trouble to start the tour to work.

HTML

<tour step="currentStep">
<header tourtip="tip 1" tourtip-next-label="Learn more" tourtip-placement="bottom" tourtip-offset="60" tourtip-step="0">
.
.
.
</header>
<aside tourtip="tip 2" tourtip-next-label="Learn more" tourtip-placement="right" tourtip-offset="60" tourtip-step="1">
.
.
.
</aisde>
</tour>

JS

$scope.currentStep = 0;

And nothing happens. What am I missing ?

@jermspeaks
Copy link

Is it at all related to this? I'm getting an error from this line in angular-tour-tpls.js, line 162.

if (scope.ttAnimation)
    tourtip.fadeIn();

@booleanbetrayal
Copy link
Contributor

@jermspeaks - is this issue still valid? Do you have jQuery loaded prior to angular-tour?

@jermspeaks
Copy link

I'm unsure. I decided not to use this library in the end, and I'm not working on that project that used it anymore.

@rinogo
Copy link

rinogo commented Jan 3, 2017

I can confirm that the problem was almost certainly that jQuery wasn't loaded. It wasn't loaded in our app and I got an error about fadeIn being undefined. Loading jQuery fixed the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants