Angular Tour - AngularJS directive for giving a tour of your website.
Want to see it in action? Visit http://daftmonk.github.io/angular-tour/
Give an interactive tour to showcase the features of your website.
- Easy to use
- Responsive to window resizes
- Cookies remember your place in the tour
- Smoothly scrolls to each step
- Control the placement for each tour tip
Has been tested in
- Chrome
- Firefox
- Safari
- Internet Explorer 9+
To install run
bower install angular-tour
Angular Tour has dependencies on jQuery and jQuery cookie, which bower will install.
Once bower has downloaded those dependencies for you, you'll need to make sure you add the required libraries to your index file. Your script includes should look something like this:
< 8D22 div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="<script src="bower_components/jquery/jquery.js"></script> <script src="bower_components/angular/angular.js"></script> <script src="bower_components/jquery-cookie/jquery.cookie.js"></script> <script src="bower_components/angular-tour/dist/angular-tour-tpls.min.js"></script>"><script src="bower_components/jquery/jquery.js"></script>
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/jquery-cookie/jquery.cookie.js"></script>
<script src="bower_components/angular-tour/dist/angular-tour-tpls.min.js"></script>