File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
tests/dummy/app/utils/code-snippets Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 2727 {{ #if this.hasOverlay }}
2828 <EmberModalDialog::Overlay
2929 class ={{ this.overlayClassNamesString }}
30- @onClickOverlay ={{ action
31- ( ignore-children this.onClickOverlay )
30+ @onClickOverlay ={{ ignore-children
31+ this.onClickOverlay
3232 }}
3333 >
3434 <EmberModalDialogPositionedContainer
Original file line number Diff line number Diff line change 4141 {{ #if this.hasOverlay }}
4242 <EmberModalDialog::Overlay
4343 class ={{ this.overlayClassNamesString }}
44- @onClickOverlay ={{ action
45- (ignore-children this.onClickOverlay )
46- }}
44+ @onClickOverlay ={{ ignore-children this.onClickOverlay }}
4745 >
4846 <div
4947 class ={{ this.containerClassNamesString }}
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ export default class MyCoolModalDialog extends ModalDialogComponent {
160160}` ,
161161
162162 'subclass-modal-dialog-animatable-hbs' : `<MyCoolModalDialog
163- @onClose={{action "toggleSubclassed" }}
163+ @onClose={{this.closeModal }}
164164 @animatable={{true}}
165165>
166166 <h1>Stop! Modal Time!</h1>
You can’t perform that action at this time.
0 commit comments