Function ngClickAriaDirective
- ngClickAriaDirective($aria, $parse): {
restrict: string;
compile(elem: any, attr: any): ((scope: any, elem: any, attr: any) => void);
} Returns {
restrict: string;
compile(elem: any, attr: any): ((scope: any, elem: any, attr: any) => void);
}
restrict: string
compile:function
- compile(elem, attr): ((scope: any, elem: any, attr: any) => void)
Returns ((scope: any, elem: any, attr: any) => void)
- (scope, elem, attr): void
Parameters
- scope: any
- elem: any
- attr: any
Returns void
Properties