Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hash history to isotope's filtering of All Extensions #8

Open
roseleaf opened this issue Aug 10, 2013 · 1 comment
Open

Add hash history to isotope's filtering of All Extensions #8

roseleaf opened this issue Aug 10, 2013 · 1 comment

Comments

@roseleaf
Copy link
Owner

instructions at: http://isotope.metafizzy.co/docs/hash-history-jquery-bbq.html

filtered views of the /extensions page should be linkable/sharable and navigable

@roseleaf roseleaf closed this as completed Oct 1, 2013
@roseleaf roseleaf reopened this Oct 23, 2013
@roseleaf
Copy link
Owner Author

Turns out this approach won't work as the docs rely on jquery-bbq which relies on hashchange in the URL, but ember uses hash for its routing. which keeps being a freakin problem.
So instead, this will need to be done with queryparams

Ember.FEATURES['query-params'] = true;

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

No branches or pull requests

1 participant