i'm trying to add a tour to a web app using the ng-tour plugin: 
http://daftmonk.github.io/angular-tour/
The example on the plugin home page is done on a single web page making it 
hard for me to figure out how to implement this on a angular web app.  I 
added the following to my  index.html:

my code:

adding the tour-step id to a view:

    <div ui-view="portal" ng-show="$state.includes('portal')" id="e0"></div>

At the bottom of my index.html file:

    <tour step="currentStep">
        <virtual-step tourtip="test " tourtip-element="#e0" 
tourtip-next-label="next" tourtip-placement="right" tourtip-step="0" 
></virtual-step>
        
        </tour>
        </body>
    </html>


Nothing happens when the app routes to the portal view...  Should I add the 
ng-tour tag to the individual views HTML templates instead?  I tried that 
initially but also couldn't make it work.

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to