| Package | Description | 
|---|---|
| net.java.html.lib.angular.ng | 
| Modifier and Type | Method and Description | 
|---|---|
static IAngularEvent | 
IAngularEvent.$as(Object obj)  | 
IAngularEvent | 
IRootScopeService.$broadcast(String name,
          Object... args)
Dispatches an event name downwards to all child scopes (and their children) notifying the registered $rootScope.Scope listeners. 
 | 
IAngularEvent | 
IRootScopeService.$emit(String name,
     Object... args)
Dispatches an event name upwards through the scope hierarchy notifying the registered $rootScope.Scope listeners. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Function.A0<? extends Void> | 
IRootScopeService.$on(String name,
   Function.A2<? super IAngularEvent,? super Array<Object>,? extends Object> listener)
Listens on events of a given type. 
 | 
Copyright © 2018. All rights reserved.