trait
Scope extends Object
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
$apply(exp: Any = js.native): Any
-
def
$applyAsync(exp: Any = js.native): Any
-
def
$broadcast(name: String, args: Any*): Object
-
def
$destroy(): Unit
-
def
$digest(): Unit
-
def
$emit(name: String, args: Any*): Object
-
def
$eval[T](expression: Any = js.native, locals: Object = js.native): T
-
def
$evalAsync(expression: Any = js.native, locals: Object = js.native): Unit
-
def
$id: Int
-
def
$new(isolate: Boolean, parent: Scope = js.native): Scope
-
def
$on(name: String, listener: Function): Function
-
def
$parent: Scope
-
def
$root: Scope
-
def
$watch(watchExpression: Any, listener: Function = js.native, objectEquality: Boolean = js.native): Function
-
def
$watchCollection(obj: Any, listener: Function): Function
-
def
$watchGroup(watchExpressions: Array[Any], listener: Function): Function
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hasOwnProperty(v: String): Boolean
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
isPrototypeOf(v: Object): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
propertyIsEnumerable(v: String): Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toLocaleString(): String
-
def
toString(): String
-
def
valueOf(): Any
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Object
Inherited from Any
Inherited from AnyRef
Inherited from Any