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
| sf-dialog-method | The HTTP Method used for the request |
228
+
| sf-dialog-data | Sets the `data` attribute for the `$http` service |
229
+
| sf-dialog-controller | Set the controller to be used for the dialog. A default controller is used which provides a method `closeDialog` that should be bound to a close button. The controller, default or custom, is aliased as 'dialog'. |
230
+
| sf-dialog-success | A callback triggered when `$mdDialog.hide()` is called. |
231
+
| sf-dialog-cancel | A callback triggered when `$mdDialog.cancel()` is called. |
232
+
| sf-dialog-error | A callback triggered when an error is reported the HTTP response with the returned `$err` object as the only parameter. Default behavior shows a Toast with the error message. |
233
+
| sf-dialog-fullscreen | An option to toggle whether the dialog should show in fullscreen or not. *Defaults to false.* |
234
+
| sf-dialog-has-backdrop | Whether there should be an opaque backdrop behind the dialog. *Default true.* |
235
+
| sf-dialog-click-outside-to-cancel | Whether the user can click outside the dialog to close it. *Default false.* |
236
+
| sf-dialog-disable-parent-scroll | Whether to disable scrolling while the dialog is open. *Default true.* |
0 commit comments