Home »
MCQs »
AngularJS MCQs
Which directive binds the value of HTML controls to application data?
17. Which directive binds the value of HTML controls to application data?
- ng-app
- ng-init
- ng-model
- ng-application
Answer: C) ng-model
Explanation:
The ng-model directive binds the value of HTML controls to application data.