ember.js - Is it possible to have Ember show a query parameter value in the url when the parameter is set to the default value? -



ember.js - Is it possible to have Ember show a query parameter value in the url when the parameter is set to the default value? -

according the docs, "when controller's query param property set default value, value won't serialized url."

here jsbin showing behavior.

is possible "disable" behavior , have query params show in url regardless of value?

reason: dynamically setting default value timestamp query parameter. however, want urls shareable, want explicitly list timestamp in url. i'm using query parameters default value (which set current time) knowing whether show "clear timestamp" button.

ember.js

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -