mendhak / angular-intro.js

AngularJS directives for intro.js
http://code.mendhak.com/angular-intro.js/
GNU Affero General Public License v3.0
504 stars 175 forks source link

Compatibility Issue with Block UI #102

Open thandaanda opened 7 years ago

thandaanda commented 7 years ago

CallMe function is not being created in scope of the controller while using angular block ui. Any suggestions?

millerscout commented 7 years ago

Check one of these: 1) the directive is in the right controller. 2) check if you're using an alias on the controller. 3) if any of these fail, you should provide an example, this will help.

in any case you may try using the ngIntroService on this pull-request: #110 that should do it :)