AngularJS Developer Question:
Download Questions PDF

What is ng-model directive?

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.

Download AngularJS Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain me what is scope in AngularJS?Explain me what is $rootScope?