Ben March
Ben March
Hey @vkkmehra, sorry for the very long delay. There are a two scenarios to try here: The first is using the `tour-step` directive with the `tour-step-title` attribute. I can confirm...
@k-soze thank you for the PR, I will run through my tests as soon as I can. I remember there being a strange edge case where `important` was needed, but...
Thanks, @dclarke83. I will look into this.
This might help: https://github.com/benmarch/angular-ui-tour/issues/143
Thanks, @imaGuru, I'll play around with those styles.
Hey @balazsnemeth, this looks good to me, sorry I introduced the conflict. Can you add some test cases for these changes? What do you think about making `destroy()` a method...
Hey @balazsnemeth, I'll have to get back to you. I'm not sure if there is a way to do that easily with CSS or if I'll have to add something.
I think the animations broke when I removed Angular UI Bootstrap. I don't plan on implementing animations again, but I can certainly add hooks if necessary.
Hey @anupbelambe, do you want to call a method on _your_ controller (i.e., the one controlling your step target) or the _tour_ controller?
Interesting, it looks like we lose reference to the enclosing scope once the popover is created so that won't work. I will look into adding that functionality in the next...