-
Notifications
You must be signed in to change notification settings - Fork 175
Expression 'undefined' used with directive 'ngIntroOptions' is non-assignable! #64
Comments
I not using directives in the same element of controller. |
Hey, I had the same problem too. I managed to reproduce this with the example plunkr. I had to include the ng-intro-method attribute like so:
My guess is that it might be something to do with scopes, because later on in angular-intro.js, when autoStartWatch got called, scope.ngIntroMethod as well as the other methods were all undefined. I'll try to fix it later if I have time, but for now specifying ng-intro-method seems to work. |
Get issue again with angular 1.4.9 |
@mendhak know how solve this issue? Thanks! |
This error is throw because the directive definition need |
I'm having the same issue with angular 1.5.11. Did someone know how to solve this issue? |
This issue is referred in #50 but without any idea how solve this. Any idea how solve it? 😩
Details
jQuery v2.1.1
Angular v1.2.28
Angular Intro.js v1.2.x/.1.3.x (both with same issue)
Thanks! 👽
The text was updated successfully, but these errors were encountered: