AngularJS Developer Question:
Download Questions PDF

What is ng-bind directive?

Answer:

ng-bind directive binds the AngularJS Application data to HTML tags. ng-bind updates the model created by ng-model directive to be displayed in the html tag whenever user input something in the control or updates the html control's data when model data is updated by controller.

Download AngularJS Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain me what are the services in AngularJS?Tell me what is use of $routeProvider in AngularJS?