From 82f2b3b74b418e1f8fa698ae4ac2f5fd5796727e Mon Sep 17 00:00:00 2001 From: Paulo Cesar Date: Wed, 22 Apr 2015 10:28:45 -0300 Subject: [PATCH] suggested edit --- angular-ui-bootstrap/angular-ui-bootstrap.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular-ui-bootstrap/angular-ui-bootstrap.d.ts b/angular-ui-bootstrap/angular-ui-bootstrap.d.ts index d7e65c77ca..c803f36000 100644 --- a/angular-ui-bootstrap/angular-ui-bootstrap.d.ts +++ b/angular-ui-bootstrap/angular-ui-bootstrap.d.ts @@ -229,7 +229,7 @@ declare module angular.ui.bootstrap { * a scope instance to be used for the modal's content (actually the $modal service is going to create a child scope of a provided scope). * Defaults to `$rootScope`. */ - scope?: IModalScope; + scope?: angular.IScope|IModalScope; /** * a controller for a modal instance - it can initialize scope used by modal.