Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyk586 authored and tinayuangao committed Mar 7, 2017
1 parent 1874e80 commit 9889ed5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/dialog/dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ function MdDialogDirective($$rAF, $mdTheming, $mdDialog) {
* in parallel the close animations.
* - `fullscreen` `{boolean=}`: An option to toggle whether the dialog should show in fullscreen
* or not. Defaults to `false`.
* - `multiple` `{boolean=}`: An option to allow this dialog to display over one that's currently open.
* @returns {promise} A promise that can be resolved with `$mdDialog.hide()` or
* rejected with `$mdDialog.cancel()`.
*/
Expand Down

0 comments on commit 9889ed5

Please sign in to comment.