| Modifier and Type | Method and Description |
|---|---|
static IAngularBootstrapConfig |
IAngularBootstrapConfig.$as(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
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,
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,
net.java.html.lib.Objs[] modules,
IAngularBootstrapConfig config)
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.
|
Copyright © 2016. All rights reserved.