this.send('someFunction').then(function(response) { // do something with the response data });
在这种情况下,“someFunction”是来自mixin的动作.
我会找几个星期前给我的例子并把它放在这里.
Return a promise from a controller action in Ember?