mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
removed duplicate element "require"
This commit is contained in:
Vendored
-4
@@ -1707,10 +1707,6 @@ declare namespace angular {
|
||||
* Use the array form to define dependencies (necessary if strictDi is enabled and you require dependency injection)
|
||||
*/
|
||||
templateUrl?: string | Function | (string | Function)[];
|
||||
/**
|
||||
* Define object mapping to other directive or component required controllers.
|
||||
*/
|
||||
require?: any;
|
||||
/**
|
||||
* Define DOM attribute binding to component properties. Component properties are always bound to the component
|
||||
* controller and not to the scope.
|
||||
|
||||
Reference in New Issue
Block a user