Getting Started Data-binding keeps the View and Model in sync at all the time. It is the automatic synchronization of data between the Model and View components in AngularJS. The View treats Model as the single-source-of-truth in the application, the View reflects the change when the Model changes and vice versa. AngularJS supports two types of data binding - one-way (expression) and two-way (ng-m
