• Parameters

    • $browser: Browser
    • $filter: any
    • $parse: any

    Returns {
        link: {
            pre(scope: any, element: any, attr: any, ctrls: any): void;
        };
        require: string[];
        restrict: string;
    }

    • link: {
          pre(scope: any, element: any, attr: any, ctrls: any): void;
      }
      • pre:function
        • Parameters

          • scope: any
          • element: any
          • attr: any
          • ctrls: any

          Returns void

    • require: string[]
    • restrict: string

Properties

Properties

$inject: string[]