我致力于在服务器上运行的Web应用程序中显示IcCube报告。
这是我们使用的代码段:
Uncaught ReferenceError: ic3ready is not defined
at <anonymous>:43:9
at DOMEval (jquery.js:82)
at domManip (jquery.js:5782)
at jQuery.fn.init.append (jquery.js:5918)
at jQuery.fn.init.eval (jquery.js:6012)
at access (jquery.js:3976)
at jQuery.fn.init.html (jquery.js:5979)
at Object.link (angular-route.js:1198)
at eval (angular.js:1294)
at invokeLinkFn (angular.js:10255)
当我在一个独立的HTML wile中运行它时它工作正常但是当我尝试在我的应用程序中嵌入的服务器上运行时出现错误
Application.Hwnd
我使用带有Java EE和Angular 1.5的Wildfly 10应用服务器。
任何帮助都是非常实用的。