0 votes
in JavaScript by

Explain what is controller in ember.js ?            

1 Answer

0 votes
by

When you have to handle a business logic you can use controller, a controller can represent a section of a page or entire part of it.  It is like a block of logical functionality.

Related questions

0 votes
asked Mar 12, 2020 in JavaScript by GeorgeBell
0 votes
asked Mar 13, 2020 in JavaScript by AdilsonLima
...