gabrielgrant / node-ember-precompile

Precompile Handlebars templates for Ember.js
53 stars 25 forks source link

Supporting "query params" #31

Closed abbasovalex closed 10 years ago

abbasovalex commented 10 years ago

Hi, Does ember-precompile processing "query params" ( http://emberjs.com/guides/routing/query-params/ ) ?

yohsuzuki commented 10 years ago

Query params can be enabled at runtime following this guide: http://emberjs.com/guides/configuring-ember/feature-flags/. It doesn't get precompiled in.

gabrielgrant commented 10 years ago

I think QPs should function without any more work on this end, right? I'm closing this for now, but if there's a specific issue I'm missing, please feel free to re-open.