Answer:
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.
Previous Question | Next Question |
Explain me what is scope in AngularJS? | Explain me what is $rootScope? |