Properties
Optional bindToController
bindToController: boolean | Object
Defined in node_modules/@types/angular/index.d.ts:1842
Optional compile
Defined in node_modules/@types/angular/index.d.ts:1833
Optional controller
controller: any
Defined in node_modules/@types/angular/index.d.ts:1834
Optional controllerAs
controllerAs: string
Defined in node_modules/@types/angular/index.d.ts:1835
Optional directiveName
directiveName: string
Defined in node_modules/@types/angular/index.d.ts:1845
Optional link
Defined in node_modules/@types/angular/index.d.ts:1843
Optional multiElement
multiElement: boolean
Defined in node_modules/@types/angular/index.d.ts:1844
Optional priority
priority: number
Defined in node_modules/@types/angular/index.d.ts:1846
Optional replace
replace: boolean
Defined in node_modules/@types/angular/index.d.ts:1850
Optional require
require: string | string [] | object
Defined in node_modules/@types/angular/index.d.ts:1851
Optional restrict
restrict: string
Defined in node_modules/@types/angular/index.d.ts:1852
Optional scope
scope: boolean | Object
Defined in node_modules/@types/angular/index.d.ts:1853
Optional template
template: string | Function
Defined in node_modules/@types/angular/index.d.ts:1854
Optional templateNamespace
templateNamespace: string
Defined in node_modules/@types/angular/index.d.ts:1855
Optional templateUrl
templateUrl: string | Function
Defined in node_modules/@types/angular/index.d.ts:1856
Optional terminal
terminal: boolean
Defined in node_modules/@types/angular/index.d.ts:1857
Optional transclude
transclude: boolean | string | object
Defined in node_modules/@types/angular/index.d.ts:1858
Deprecation warning: although bindings for non-ES6 class controllers are currently bound to this before the controller constructor is called, this use is now deprecated. Please place initialization code that relies upon bindings inside a $onInit method on the controller, instead.