roseleaf / labs_beta

Rails api for upcoming labs experience. Ember layer to be removed.
http://zenlabsbeta.herokuapp.com/
5 stars 23 forks source link

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

Open roseleaf opened 11 years ago

roseleaf commented 11 years ago

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 commented 10 years ago

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;