Home » 
        MCQs » 
        AngularJS MCQs
    
        
    In AngularJS, what is the data binding?
    
    
    
    55. In AngularJS, what is the data binding?
    
        - Synchronization between controller part and view part
- Synchronization between model part and controller part
- Synchronization between model part and view part
- None of the above
Answer: C) Synchronization between model part and view part
    Explanation:
    Data binding is the synchronization between model part and view part in AngularJS.