How do you call one action from another action when wrapped within actions in an EmberJS controller? Original code that …
javascript ember.js publish-subscribe ember-controllersI am using Ember's Need Api to call a method of a controller in another controller. I am able to …
ember.js ember-controllers