Package | Description |
---|---|
com.asayama.gwt.angular.client |
Provides GWT Java wrapper around AngularJS.
|
Modifier and Type | Field and Description |
---|---|
protected NGScope |
AbstractController.scope
Equivalent of AngularJS
$scope . |
Modifier and Type | Method and Description |
---|---|
static NGScope |
NGScope.create() |
NGScope |
Directive.scope() |
NGScope |
AbstractDirective.scope()
User must override this method to create isolateScope.
|
Modifier and Type | Method and Description |
---|---|
void |
Directive.link(NGScope scope,
JQElement element,
com.asayama.gwt.jsni.client.JSON attrs) |
void |
AbstractDirective.link(NGScope scope,
JQElement element,
com.asayama.gwt.jsni.client.JSON attrs) |
Copyright © 2015. All rights reserved.