I've a webpage index.html
which displays initially (when loaded by the client) a custom content. But at some point in the lifecycle of this page I want to load AngularJs.
So I tried to load angular.min.js
and the controllers.js
after another and inserted the HTML of the Angular page into the existing webpage. But it does not run. By now I've tried several ways without succes.
So my question is: can AngularJs be loaded after the page is already created and onload
was alread fired?