Forum Discussion

phani's avatar
phani
Advisor
9 years ago

Lithium Angular Library is not calling custom angular app controllers

Hi,   We are using Lithium Angular Freemarker directive to register our custom angular app with Lithium angular app. But our controller is not calling. Following is code sample. <div id="testContr...
  • phani's avatar
    9 years ago

    In 16.6, Lithium made security improvements to Lithium Angular code that will impact custom apps that have used our framework to build Angular apps and that get bootstrapped with Lithium Angular application. The change was to prevent cross-site-scripting injections from UGC by limiting which elements Lithium compile with Angular. Lithium now only compile elements that contain the li-bindable attribute. The developers will need to apply the li-bindable attribute directive to their directives and templates that need to be compiled.