Michel Vermeer

Results 1 comments of Michel Vermeer

> We were able to temporarily fix this using [RouterService#urlFor](http://api.emberjs.com/ember/3.14/classes/RouterService/methods) method: > > ```js > Controller.extend({ > router: service(), > > actions: { > moveUser() { > // before: >...