• Parameters

    • $animate: any

    Returns {
        priority: number;
        require: string;
        restrict: string;
        terminal: boolean;
        transclude: string;
        link(scope: any, element: any, attrs: any, ngMessagesCtrl: any, $transclude: any): void;
    }

    • priority: number
    • require: string
    • restrict: string
    • terminal: boolean
    • transclude: string
    • link:function
      • Parameters

        • scope: any
        • element: any
        • attrs: any
        • ngMessagesCtrl: any
        • $transclude: any

        Returns void

Properties

Properties

$inject: string[]