ember-redirect
ember-redirect copied to clipboard
EmberJS redirect addon for Ember-CLI. This addon aims to be a simple and easy way to preform route based redirects with minimal effort.
Results
2
ember-redirect issues
Sort by
recently updated
recently updated
newest added
Steps to reproduce: 1) Add the following to the dummy app: `{{#link-to 'generated'}}Generated{{/link-to}}` 2) Run `ember s` 3) Click the link and observer the following error: `Uncaught TypeError: Cannot read...
Is there currently any way to handle the need to convert a dynamic segment to a query param when doing the redirect? If not, is this something you might be...