suggested edit

This commit is contained in:
Paulo Cesar
2015-04-22 10:28:45 -03:00
parent 6b19a967ef
commit 82f2b3b74b
+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.