- Using the AngularJs two way data binding, when you type the student information in the input field (Enter student information part), the value will immediately be displayed on the view part (View student information part).
- Now, we don’t need any custom code to move data from the model to the view or from the view to the model.
- ng-model directive can be used with the (input, select, and textarea) html tags.