Ben March

Results 59 comments of Ben March
trafficstars

Any update, @HeadwayLabs?

Interesting, I haven't tried to put a tour step on a ngRepeat. Can you paste the markup here so I can take a look?

@swrocket did you use ngIf instead of skip? Did that result in the expected behavior or is it still buggy?

@swrocket thank you for the additional info, I will look into it. My best guess is that it is related to the scope inheritance, and my next version of the...

@esoyke Thank you for the insight. I got side-tracked with the Angular UI version while fixing this issue, so this will give me a good place to start again.

Can you paste your tour config here? Just the element with the tour directive on it is good.

If you are referring to the config in the demo then remove the storage="false" attribute from the tour element. Setting it to false tells it not to keep track of...

I think I may have misunderstood what you are trying to do. Are you trying to prevent users from seeing the tour more than once? If that is the case,...

Ohh ok i understand. I can try to reproduce this but it would be much easier if you could paste some of your code here. Specifically, the tour config, the...

Cool, thank you, I will play around with this and get back to you.