View
-
Two-way bindingFramework/SPA 2020. 4. 10. 16:15
1. Overview Data binding in AngularJS is the synchronization between the model and the view. It means if a value of a scope model changes it automatically updates the same value in the view and similarly if the value in the view changes it automatically updates the value in the scope model. 2. Description 2.1 Data Model AngularJS applications usually have a data model. The data model is a collec..