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

not working #81

Open RahulJyala opened 7 years ago

RahulJyala commented 7 years ago

i have tried it to implement in Ionic framework not working for me what i have tried =>

`<body ng-app="starter"  ng-controller="DemoCtrl">
   <div> <span id="e0">Highlighted</span></br> </div>
  <div><span id="e1">Elements</span></div>
    <ion-nav-view>
     </ion-nav-view>

  <tour step="currentStep" post-tour="postTourCallback()" post-step="postStepCallback()" tour-complete="tourCompleteCallback()">
     <virtual-step
      tourtip="this is step first"
      tourtip-next-label="Continue"
      tourtip-placement="bottom"
      tourtip-step="1"
      tourtip-element="#e0"></virtual-step>
    <virtual-step
      tourtip="this is step 2"
      tourtip-next-label="Cool. How do I use it?"
      tourtip-placement="bottom"
      tourtip-step="2"
      tourtip-element="#e1"></virtual-step>

  </tour>`
rinogo commented 7 years ago

@RahulJyala, have you made any progress on this? Or, did you end up using a different module in your Ionic app?