AngularJS : Data-binding − It is the automatic synchronization of data between model and view components.
AngularJS : Scope − These are objects that refer to the model. They act as a glue between controller and view.
AngularJS : Controller − These are JavaScript functions that are bound to a … Read more