Saved Bookmarks
| 1. |
What Is Emberjs? |
|
Answer» It is javascript framework based on MODEL-view-controller (MVC) and written in javascript. It allows developers to CREATE scalable single-page web applications by incorporating common idioms. In this, ROUTE is used as model; TEMPLATE as view and controller manipulates the data in the model. It is javascript framework based on Model-view-controller (MVC) and written in javascript. It allows developers to create scalable single-page web applications by incorporating common idioms. In this, Route is used as model; template as view and controller manipulates the data in the model. |
|