Skip to content

Instantly share code, notes, and snippets.

@hoetmaaiers
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hoetmaaiers/86ead536d07a9f0e2c38 to your computer and use it in GitHub Desktop.
Save hoetmaaiers/86ead536d07a9f0e2c38 to your computer and use it in GitHub Desktop.
Ember issues

When nesting routes multiple levels deep and then linking between these routes, Ember throws an error shouldSuperCede.

nested routing + Query Params

Nested routing + oberserving query params is by default not compatible with the back button. This requires strange booleans to reset when entering child.

array in Query Params

Ember Array in Query Params, empty array is not null so the empty query-param stays.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment