The __________ property in AngularJS enables controllers to bind data to HTML elements.

  • data-binding
  • ng-bind
  • ng-bind-html
  • ng-data
The ng-bind property in AngularJS enables controllers to bind data to HTML elements. It is a directive that dynamically binds the content of an HTML element to an expression in the model. By using ng-bind, developers can ensure that the view reflects the current state of the model, providing a seamless and dynamic user experience.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *