• Parameters

    • $aria: any
    • $parse: any

    Returns {
        restrict: string;
        compile(elem: any, attr: any): ((scope: any, elem: any, attr: any) => void);
    }

    • restrict: string
    • compile:function
      • Parameters

        • elem: any
        • attr: any

        Returns ((scope: any, elem: any, attr: any) => void)

          • (scope, elem, attr): void
          • Parameters

            • scope: any
            • elem: any
            • attr: any

            Returns void

Properties

Properties

$inject: string[]