ember-routable-modal
ember-routable-modal copied to clipboard
An ember-cli addon for implementing URL-first modals.
The checks in the `current-routed-modal` service fail in FastBoot mode. This seems to be because the checks are merely looking whether `$` or `window` are undefined, but it seems to...
Hey! I love this addon and it has been easy to work with, but I've got a question. I'm currently using a modal that handles a user creation form for...
I've tried adding an outlet within my modal so that I can create steps for creating an order, eg. order/create/details, order/create/items The outlet doesn't seem to render when navigating via...
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...
Also cleaned up memory leak.
Just an idea. Not sure if this should be part of the ember addon itself or in the code that uses the addon?
Here's a branch with failing tests illustrating the issue: https://github.com/metricly/ember-routable-modal/tree/current-route-name-test-failures It seems that the transition isn't completed when the modal isn't the route used for the initial transition. https://github.com/dbbk/ember-routable-modal/blob/134d665fcd1912331f766e09f9db2c8987c1e7ee/addon/mixins/route.js#L58-L76
This might sound like a weird suggestion, but it would be nice to have an option to make a modal non-routable (basically being able to disable the primary feature of...
This would be a great feature
The modal doesn't discard as it should. If we click below or above the modal, it works, but not when we click on the grey space on left or right