0 votes
in JavaScript by

What controller does in Ember.js?

1 Answer

0 votes
by

Controller does two thing in Ember.js

  • First it can decorate the model returned by the route
  • It can listen to actions performed by users

Related questions

0 votes
asked Mar 13, 2020 in JavaScript by Tate
0 votes
0 votes
asked Mar 13, 2020 in JavaScript by Tate
...