HI,
In below code url
I have done one change in product dropdown like below
<select class="input-sm form-control" select2="" ng-model="detail.Product"
containercssclass="all" ng-options="c.PID as c.PName for c in detail.products[$index]">
<option value="">Select Product</option>
</select>
Could you please help me with above code changes