1.

Explain 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.

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.



Discussion

No Comment Found