Search
Preparing search index...
The search index is not available
hawtio
Options
Inherited
Private
Externals
Only exported
Menu
Globals
Fabric
IScopeWithApiURL
Interface IScopeWithApiURL
Hierarchy
ng.IScope
IScopeWithApiURL
Index
Properties
$$isolate
Bindings
$$phase
$id
$parent
$root
rest
Api
Url
Methods
$apply
$broadcast
$destroy
$digest
$emit
$eval
$eval
Async
$new
$on
$watch
$watch
Collection
Properties
$$isolate
Bindings
$$isolate
Bindings
:
any
$$phase
$$phase
:
any
$id
$id
:
number
$parent
$parent
:
ng.IScope
$root
$root
:
ng.IRootScopeService
rest
Api
Url
rest
Api
Url
:
string
Methods
$apply
$apply
(
exp
:
string
)
:
any
$apply
(
)
:
any
$apply
(
exp
:
Function
)
:
any
Parameters
exp:
string
Returns
any
Returns
any
Parameters
exp:
Function
exp function signature
(
scope
:
ng.IScope
)
:
any
Parameters
scope:
ng.IScope
Returns
any
Returns
any
$broadcast
$broadcast
(
name
:
string
, args
?:
Array<any>
)
:
ng.IAngularEvent
Parameters
name:
string
args?:
Array<any>
optional
Returns
ng.IAngularEvent
$destroy
$destroy
(
)
$digest
$digest
(
)
$emit
$emit
(
name
:
string
, args
?:
Array<any>
)
:
ng.IAngularEvent
Parameters
name:
string
args?:
Array<any>
optional
Returns
ng.IAngularEvent
$eval
$eval
(
expression
:
string
, args
?:
Object
)
:
any
$eval
(
expression
:
Function
, args
?:
Object
)
:
any
Parameters
expression:
string
args?:
Object
optional
Returns
any
Parameters
expression:
Function
expression function signature
(
scope
:
ng.IScope
)
:
any
Parameters
scope:
ng.IScope
Returns
any
args?:
Object
optional
Returns
any
$eval
Async
$eval
Async
(
expression
:
string
)
$eval
Async
(
expression
:
Function
)
Parameters
expression:
string
Parameters
expression:
Function
expression function signature
(
scope
:
ng.IScope
)
:
any
Parameters
scope:
ng.IScope
Returns
any
$new
$new
(
isolate
?:
boolean
)
:
ng.IScope
Parameters
isolate?:
boolean
optional
Returns
ng.IScope
$on
$on
(
name
:
string
, listener
:
Function
)
:
Function
Parameters
name:
string
listener:
Function
listener function signature
(
event
:
ng.IAngularEvent
, args
?:
Array<any>
)
:
any
Parameters
event:
ng.IAngularEvent
args?:
Array<any>
optional
Returns
any
Returns
Function
$watch
$watch
(
watchExpression
:
string
, listener
?:
string
, objectEquality
?:
boolean
)
:
Function
$watch
(
watchExpression
:
string
, listener
?:
Function
, objectEquality
?:
boolean
)
:
Function
$watch
(
watchExpression
:
Function
, listener
?:
string
, objectEquality
?:
boolean
)
:
Function
$watch
(
watchExpression
:
Function
, listener
?:
Function
, objectEquality
?:
boolean
)
:
Function
Parameters
watchExpression:
string
listener?:
string
optional
objectEquality?:
boolean
optional
Returns
Function
Parameters
watchExpression:
string
listener?:
Function
optional
listener function signature
(
newValue
:
any
, oldValue
:
any
, scope
:
ng.IScope
)
:
any
Parameters
newValue:
any
oldValue:
any
scope:
ng.IScope
Returns
any
objectEquality?:
boolean
optional
Returns
Function
Parameters
watchExpression:
Function
watch
Expression function signature
(
scope
:
ng.IScope
)
:
any
Parameters
scope:
ng.IScope
Returns
any
listener?:
string
optional
objectEquality?:
boolean
optional
Returns
Function
Parameters
watchExpression:
Function
watch
Expression function signature
(
scope
:
ng.IScope
)
:
any
Parameters
scope:
ng.IScope
Returns
any
listener?:
Function
optional
listener function signature
(
newValue
:
any
, oldValue
:
any
, scope
:
ng.IScope
)
:
any
Parameters
newValue:
any
oldValue:
any
scope:
ng.IScope
Returns
any
objectEquality?:
boolean
optional
Returns
Function
$watch
Collection
$watch
Collection
(
watchExpression
:
string
, listener
:
Function
)
:
Function
$watch
Collection
(
watchExpression
:
Function
, listener
:
Function
)
:
Function
Parameters
watchExpression:
string
listener:
Function
listener function signature
(
newValue
:
any
, oldValue
:
any
, scope
:
ng.IScope
)
:
any
Parameters
newValue:
any
oldValue:
any
scope:
ng.IScope
Returns
any
Returns
Function
Parameters
watchExpression:
Function
watch
Expression function signature
(
scope
:
ng.IScope
)
:
any
Parameters
scope:
ng.IScope
Returns
any
listener:
Function
listener function signature
(
newValue
:
any
, oldValue
:
any
, scope
:
ng.IScope
)
:
any
Parameters
newValue:
any
oldValue:
any
scope:
ng.IScope
Returns
any
Returns
Function
Globals
Fabric
IScope
With
ApiURL
$$isolate
Bindings
$$phase
$id
$parent
$root
rest
Api
Url
$apply
$broadcast
$destroy
$digest
$emit
$eval
$eval
Async
$new
$on
$watch
$watch
Collection
Generated using
TypeDoc