You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
Wanted to note that the example for JavaScript: object syntax in the $mdDialog documentaiton is missing a } on the last line, it should read, }})(angular); instead of the current })(angular);.
As a side note, it would be great to get some further information on how $mdDialog returns promise objects, say if I modified models in a Dialog window, is that what $mdDialog returns via $mdDialog.hide?—I feel as the documentation is vague, even after reading the $q angular documentation.
Thanks.
The text was updated successfully, but these errors were encountered:
Wanted to note that the example for JavaScript: object syntax in the $mdDialog documentaiton is missing a
}
on the last line, it should read,}})(angular);
instead of the current})(angular);
.As a side note, it would be great to get some further information on how
$mdDialog
returns promise objects, say if I modified models in a Dialog window, is that what$mdDialog
returns via$mdDialog.hide
?—I feel as the documentation is vague, even after reading the$q
angular documentation.Thanks.
The text was updated successfully, but these errors were encountered: