Function $ViewDirectiveFill
- $ViewDirectiveFill($compile, $controller, $transitions, $view, $q): {
compile: ((tElement: any) => ((scope: any, $element: any) => void));
priority: number;
restrict: string;
} Parameters
- $compile: any
- $controller: any
- $transitions: any
- $view: any
- $q: any
Returns {
compile: ((tElement: any) => ((scope: any, $element: any) => void));
priority: number;
restrict: string;
}
compile: ((tElement: any) => ((scope: any, $element: any) => void))
- (tElement): ((scope: any, $element: any) => void)
Returns ((scope: any, $element: any) => void)
- (scope, $element): void
Returns void
priority: number
restrict: string
Properties