• Parameters

    • $stateService: any
    • $timeout: any
    • $stateRegistry: any
    • $transitions: any

    Returns {
        link: ((scope: any, element: any, attrs: any, ngSrefActive: any) => void);
        require: string[];
        restrict: string;
    }

    • link: ((scope: any, element: any, attrs: any, ngSrefActive: any) => void)
        • (scope, element, attrs, ngSrefActive): void
        • Parameters

          • scope: any
          • element: any
          • attrs: any
          • ngSrefActive: any

          Returns void

    • require: string[]
    • restrict: string

Properties

Properties

$inject: string[]