2 Total Cost: {{ quantity * cost }} 3 " /> How To Initiate Variable In AngularJS? 2 Total Cost: {{ quantity * cost }} 3 " /> 2 Total Cost: {{ quantity * cost }} 3 " />
Answers

Question and Answer:

  Home  AngularJS

⟩ How to initiate variable in AngularJS?

1 <div ng-app="" ng-init="quantity=10;cost=5">

2 <b>Total Cost: {{ quantity * cost }}</b>

3 </div>

 214 views

More Questions for you: