Which is the correct syntax to write an AngularJS expression using the ng-bind directive?
1.ng-bind="expression"
2.ng-bind={expression}
3.ng-bind={"expression"}
4.ng-bind="{{expression}}"
Answer:1
Posted Date:-2022-09-17 05:37:03