| Modifier and Type | Method and Description |
|---|---|
static IInjectorService |
IInjectorService.$as(Object obj) |
IInjectorService |
IAngularStatic.bootstrap(net.java.html.lib.dom.Document element)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(net.java.html.lib.dom.Document element,
net.java.html.lib.Objs[] modules)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(net.java.html.lib.dom.Document element,
net.java.html.lib.Objs[] modules,
IAngularBootstrapConfig config)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(net.java.html.lib.dom.Element element)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(net.java.html.lib.dom.Element element,
net.java.html.lib.Objs[] modules)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(net.java.html.lib.dom.Element element,
net.java.html.lib.Objs[] modules,
IAngularBootstrapConfig config)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(net.java.html.lib.jquery.JQuery element)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(net.java.html.lib.jquery.JQuery element,
net.java.html.lib.Objs[] modules)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(net.java.html.lib.jquery.JQuery element,
net.java.html.lib.Objs[] modules,
IAngularBootstrapConfig config)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(String element)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(String element,
net.java.html.lib.Objs[] modules)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(String element,
net.java.html.lib.Objs[] modules,
IAngularBootstrapConfig config)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.injector() |
IInjectorService |
IAngularStatic.injector(Object[] modules) |
IInjectorService |
IAngularStatic.injector(Object[] modules,
Boolean strictDi) |
IInjectorService |
IAngularStatic.resumeBootstrap()
If window.name contains prefix NG_DEFER_BOOTSTRAP! when angular.bootstrap is called, the bootstrap process will be paused until angular.resumeBootstrap() is called.
|
IInjectorService |
IAngularStatic.resumeBootstrap(String[] extraModules)
If window.name contains prefix NG_DEFER_BOOTSTRAP! when angular.bootstrap is called, the bootstrap process will be paused until angular.resumeBootstrap() is called.
|
Copyright © 2016. All rights reserved.