I cannot seem to get the igHtmlEditor to load using the angular directives. I have created a jsfiddle to demonstrate. The ig sample at http://igniteui.github.io/igniteui-angular/samples/igHtmlEditor.html does not seem to work either. What am I doing wrong?
Hi rsimm,
Thanks for sharing this solution with our community!
I changed the fiddle to daisy chain the igLoader so that it loads the required modules, and then gets called again to load the angular directives. I suspected that the loader is loading the directives before the modules are downloaded, which won't load the directive for the module. This fixes the problem.
I agree. It has something to do with loading the igniteui angular directives using the loader. The igHtmlEditor gets loaded ok, but the directives are not loaded correctly for some reason.
It seems that asynchronous loading of the resources goes wrong. When you load them in advance, everything works properly.
jsfiddle