public interface Scope<T extends Scope<T>> extends Model<T>
NgInject annotation here says that all subtypes of Scope will
still be named as '$scope'.| Modifier and Type | Method and Description |
|---|---|
void |
$apply() |
void |
$apply(java.lang.Runnable runnable) |
void |
$apply(java.lang.String expr) |
void |
$on(java.lang.String eventName,
java.lang.Runnable runnable) |
void |
$onDestroy(java.lang.Runnable runnable) |
<S> void |
$watch(java.lang.String expr,
WatchFunction<S> func) |
<S> void $watch(java.lang.String expr,
WatchFunction<S> func)
void $apply()
void $apply(java.lang.String expr)
void $apply(java.lang.Runnable runnable)
void $onDestroy(java.lang.Runnable runnable)
void $on(java.lang.String eventName,
java.lang.Runnable runnable)