From d1c9da62053609b84f5052bbeaf2bf15ff240c70 Mon Sep 17 00:00:00 2001 From: noXi89 Date: Mon, 27 Jun 2016 12:52:03 +0200 Subject: [PATCH] removed duplicate element "require" --- angularjs/angular.d.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/angularjs/angular.d.ts b/angularjs/angular.d.ts index a5560fe924..15e9ec2043 100644 --- a/angularjs/angular.d.ts +++ b/angularjs/angular.d.ts @@ -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.