Merge pull request #4176 from pocesar/angular-ui-bootstrap

suggested edit for angular-ui-bootstrap
This commit is contained in:
Masahiro Wakame
2015-04-23 00:13:41 +09:00
+1 -1
View File
@@ -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.