A.  ng-model directive binds the values of AngularJS application data to HTML input controls.

B.  ng-model directive creates a model variable which can be used with the html page and within the container control having ng-app directive.

C.  Both of the above.

D.  None of the above.

1
Correct Answer :
Both of the above.
Explanation :

ng-model directive binds the values of AngularJS application data to HTML input controls. It creates a model variable which can be used with the html page and within the container control( for example, div) having ng-app directive.


Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python