Tagged in

Ember

ember-titbits
ember-titbits
Easy code samples to improve your Ember Engineering productivity
More information
Followers
39
Elsewhere
More, on Medium

{{Quest 3}}: How to call an action on a route using closure actions?

Level: Intermediate

Supposing you have an action on your route (say: routes/users.js) and you would like to invoke it from a component rendered on the routes/users.hbs…