You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ading of packages. Also added support for on
demand loading of the package created after bootstrap. This closes#14 and closes#24.
2. Allow for loading of module that return a function as controller, thus avoiding passing of `controller` param
to angularAMD.route when `controllerURL` is passed. This closes#72
3. angularAMD.config method created. This closes#71
4. Alternate app created upon bootstrap. This closes#70
Following change made in #63, create
orig_app
andalt_app
so that original app can be accessed when needed.The text was updated successfully, but these errors were encountered: