Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1905
igHtmlEditor with Angular
posted

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?

Parents Reply
  • 1905
    Offline posted in reply to rsimm

    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.

Children