I've encountered an issue with integrating AngularJs into Adobe Captivate 8, and I'm starting to question the compatibility between AngularJs and Captivate. Despite having correct design setups in Captivate, I'm uncertain whether the error lies in the file loading order or Angular's compatibility. The console returned the following error for Angular Error Link.
I'm using a combination of Materialize and AngularJs, attempting to integrate it into Adobe Captivate widgets. It functions when inserted as an HTML5 animation, but when I try to create an interactive widget, I encounter the mentioned error.
The original codepen I created can be found here. I believe I've integrated it correctly, based on my observations. JS Code:
var varValue;
var test1 = {
// Widget setup code here
};
In the test_oam.xml file, I'm using CDATA to disperse HTML elements into the document. This method might be delaying content loading, leading to the error. I'm unsure of alternative ways to import HTML into the widget without using CDATA in the .xml file.