ember-routable-modal icon indicating copy to clipboard operation
ember-routable-modal copied to clipboard

Loading State

Open Fabschu opened this issue 7 years ago • 0 comments

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.

  1. Opening MR1 --> MR1 is displayed as expected
  2. Closing MR1 --> MR1 is closed as expected
  3. 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.

Fabschu avatar Jul 03 '18 13:07 Fabschu