benmarch / angular-bootstrap-tour

AngularJS wrapper around Bootstrap Tour
64 stars 27 forks source link

ng-click inside template #12

Closed klmdb closed 8 years ago

klmdb commented 9 years ago

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?

benmarch commented 9 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.

benmarch commented 9 years ago

Version 0.3.3-alpha.1 is available.

benmarch commented 8 years ago

No response from OP, closing...