mendhak / angular-intro.js

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

TypeError: introJs is not a function #59

Closed tobychung closed 7 years ago

tobychung commented 9 years ago

intro_error

I am sure that i have done everything but still got this problem Is there any way to fix this? Thanks

tobychung commented 9 years ago

I fixed it my self I got the wrong order of including js file

unigia commented 8 years ago

Ya! Your code don't view the source of introJS script "intro.min.js"!

kevincaradant commented 8 years ago

Hi

I got the same error but i don't see why :/

I load this path: node_modules/angular-intro.js/build/angular-intro.min.js, i get this error: TypeError: b is not a function ( minified version )

and then i tried the process with src folder: node_modules/angular-intro.js/src/angular-intro.js, i get alsoTypeError: introJs is not a function

Any idea ? I 'm using angular 1.5.7

Thank you :)

Edit: OK my bad, i forgot to install and load also intro.js and not only angular-intro-js ... :)

shubhambits commented 7 years ago

Can you please tell me how to add dependency of these files in which order. I would prefer that i add dependency in js file using 'require' .

Thanks.

naveen700 commented 7 years ago

i also got the same error b is not a function .i did everything i could. help me out

kevincaradant commented 7 years ago

Did you have installed and loaded intro.js library then angular-intro.js library ? Otherwise, I don't know sorry.

naveen700 commented 7 years ago

thanks for help .. it worked

maxblax commented 5 years ago

Same, installing manually intro.js worked for me. Thanks