Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit f94484f

Browse files
deonclemkara
authored andcommitted
doc(dialog): remove 'resolve' option from show() method (#10465)
1 parent 2e0b07a commit f94484f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/dialog/dialog.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,8 +535,6 @@ function MdDialogDirective($$rAF, $mdTheming, $mdDialog) {
535535
* `three` into the controller, with the value 3. If `bindToController` is true, they will be
536536
* copied to the controller instead.
537537
* - `bindToController` - `bool`: bind the locals to the controller, instead of passing them in.
538-
* - `resolve` - `{object=}`: Similar to locals, except it takes promises as values, and the
539-
* dialog will not open until all of the promises resolve.
540538
* - `controllerAs` - `{string=}`: An alias to assign the controller to on the scope.
541539
* - `parent` - `{element=}`: The element to append the dialog to. Defaults to appending
542540
* to the root element of the application.

0 commit comments

Comments
 (0)