(modalName)
| 7 | |
| 8 | actions: { |
| 9 | openModal(modalName) { |
| 10 | return this.render(modalName, { |
| 11 | outlet: 'modal', |
| 12 | into: 'application', |
| 13 | }); |
| 14 | }, |
| 15 | |
| 16 | closeModal() { |
| 17 | return this.disconnectOutlet({ |
nothing calls this directly
no outgoing calls
no test coverage detected