ember.js - Passing parameters between routes in Ember 2.x -


while going 1 route another, want pass data (especcially arrays). how possible?

why can't use query-params arrays?

is problem storing data in specific service during transition?

note: know there old questions same question. selected answers no more applicable ember 2.x. questions are: 1, 2.

i´m not sure if queryparams won´t work arrays used single ids, not solutions if worked, there´s limit on how can send parameters , should not bother user data.

  1. just create model save data local use, can use ember store

  2. use service you´ll have inject in every controller want use data

i prefer model/store variant you´ll able observe , follow normal flow if else has maintain code.


Comments