Which is the correct syntax to write an AngularJS expression using the ng-bind directive?
Options:
Explanation:
The correct syntax to write an AngularJS expression using the ng-bind directive is:
ng-bind="expression"
Tags:
AngularJS
Answer:
Which is the correct syntax to write an AngularJS expression using the ng-bind directive ng-bind="expression".