angular-intro.js icon indicating copy to clipboard operation
angular-intro.js copied to clipboard

Compatibility Issue with Block UI

Open thandaanda opened this issue 8 years ago • 1 comments

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

thandaanda avatar Jan 18 '17 09:01 thandaanda

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 :)

millerscout avatar Feb 24 '17 13:02 millerscout