Which directive binds the value of HTML controls to application data?
Options:
Explanation:
The
ng-model directive binds the value of HTML controls to application data.
Tags:
AngularJS
Answer:
Which directive binds the value of HTML controls to application data ng-model.