AngularTS
Preparing search index...
ControllerLocals
Interface ControllerLocals
The minimal local definitions required by $controller(ctrl, locals) calls.
interface
ControllerLocals
{
$element
:
Element
;
$scope
:
Scope
;
}
Index
Properties
$element
$scope
Properties
$element
$element
:
Element
$scope
$scope
:
Scope
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
$element
$scope
AngularTS
Loading...
The minimal local definitions required by $controller(ctrl, locals) calls.