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,
It seems that asynchronous loading of the resources goes wrong. When you load them in advance, everything works properly.
jsfiddle
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.