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.

...