angular-intro.js
angular-intro.js copied to clipboard
Compatibility Issue with Block UI
CallMe function is not being created in scope of the controller while using angular block ui. Any suggestions?
Check one of these:
- the directive is in the right controller.
- check if you're using an alias on the controller.
- 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 :)