javascript - Programmatically pass query param name to Ember's link-to component -
I'm trying to create a query the ultimate link component. The layout looks for something like:
{{Link-to routeName (query-parameters filter = paramValue)}} {} {{text}} {{/ link-to}} < Code> routeName and paramValue
are fine for my component class "bound". But I would also like to specify the query ultimate name for my component (in this case it's "filter" Is strict in the form. I query for the value of my component How can I share the name of Rum (I want "filter" variable)?
Should I forget this method and any method like a transitionTo
?
Comments
Post a Comment