AngularJS Question:
Download Job Interview Questions and Answers PDF
Give an Example of Data-Binding in AngularJS?
Answer:
1 <div ng-app="" ng-init="quantity=10;cost=5" class="ng-scope">
2 <b class="ng-binding">Total Cost: 50</b>
3 </div>
2 <b class="ng-binding">Total Cost: 50</b>
3 </div>
Download AngularJS Interview Questions And Answers
PDF
Previous Question | Next Question |
Does Angular use the jQuery library? | What is Looping in AngularJs? |