Closed klmdb closed 8 years ago
I have a feeling it isn't getting compiled properly, I just committed a fix but it isn't tested. I will release an alpha version if you want to try it out.
Version 0.3.3-alpha.1 is available.
No response from OP, closing...
Hi,
I'm using template-url as an attribute for tour-step to link an inline template. The template has a button with ng-click="test()". test() is defined on the scope where tour-step is created. Clicking the test button doesn't execute test() though. I think the scope's get confused somehow, but I can't find a way around it. Any ideas?