SIGN IN SIGN UP
angular / angular.js UNCLAIMED

AngularJS - HTML enhanced for web apps!

0 0 0 JavaScript

feat($injector): ability to load new modules after bootstrapping

The new method `$injector.loadNewModules(modules)` will add each of the
injectables to the injector and execute all of the config and run blocks
for each module passed to the method.

* The application developer is responsible for loading the code containing
the modules.
* Modules cannot be unloaded.
* Previously loaded modules will not be reloaded.
* Previously compiled HTML will not be affected by newly loaded directives,
filters and components.
C
Craig Leyshan committed
34237f929927295392bbb1a600e78cbde581839a
Parent: 7e5a12e
Committed by Pete Bacon Darwin <pete@bacondarwin.com> on 9/21/2017, 12:52:46 PM