ember-routable-modal
ember-routable-modal copied to clipboard
Loading State
Hi, we´ve got an weired behaviour opening a routed modal with a model hook. There are 2 routed modals. One without a model hook (MR1) and one with a model hook (MR2). For both there is no loading state defined.
- Opening MR1 --> MR1 is displayed as expected
- Closing MR1 --> MR1 is closed as expected
- Opening MR2 --> MR1 is shown as loading state, while model is resolving, then MR2 is shown NOT EXPECTED
Opening just MR2 works as expected. Defining an loading template for MR2 fixes the problem of case 3.