• Parameters

    • $templateRequest: any
    • $compile: any

    Returns {
        require: string;
        restrict: string;
        link($scope: any, element: any, attrs: any): void;
    }

    • require: string
    • restrict: string
    • link:function

Properties

Properties

$inject: string[]