Simone Mazzoni
Simone Mazzoni
Same for me. Notice that in my case at [this](https://github.com/mendhak/angular-intro.js/blob/v3.3.0/src/ng-intro.component.ts#L69) line root is an empty object, so `root.angular` and `root.introJs` are undefined too. Old version 2.1.3 works just fine, but...
@mendhak are you still following this project? I could use some help to understand why the last version doesn't work in my project.
@mendhak, my problems starts with the introduction of typescript. I don't know exactly why, but it looks like something bother the ES6 `import` function.
Ok, that explains 😄 Please, consider to update the preference menu and the documentation also.
Hello, I think this issue is still present! I'm trying to use my custom extension (which is similar to the official Skylink one) but I got errors in Chrome because...
@geo242 thanks for the answer, but I don't think it is a load problem. I found out that the correct way to define defaults config is this: `angular.module('your_app').value('cgBusyDefaults',{ message:'Loading Stuff',...
@geo242 Yes, I can think about it as soon I find some time. ;) Please leave this open so that me or someone knows it has to be done.