@johnunclesam wrote:
I have this code:
new Ember.RSVP.Promise((resolve) => { let promise = myList.pushObject(book); resolve(promise); }).then(() => { this.send('scrollToBottom', '#myList'); });
Is there a better way of doing it?
Posts: 1
Participants: 1