Hi everyone, I tried to do this without any luck for a few days.
all the same, some js-scripts (which contain angular modules) are loaded asynchronously and enter them into the running application after its initialization.
Basically, I have a DOM element of the container that will be filled with some HTML code requested from the server, based on this HTML code I will decide which js files (modules) will be needed, and then load them asynchronously to insert modules into the angular app and compile the content using the new injected modules.
I tried, but every time I make a bootstrap method by introducing a module, the main controller starts and erases all my state area .:(
Any help here?
javascript html angularjs
MForce22 Jun 07 '12 at 1:23 2012-06-07 01:23
source share