答案 0 :(得分:1)
<table>
<div ng-repeat="product in products" value="{{product}}">
<div id="order_beacon" style="display: inline-flex; width: 100%;" class="row">
<span class="beacon_quantity">Quantity
<select id="beacon_count" class="beacon_count" ng-model="product.quantity" ng-options="b as b for b in quantityOptions">
</select>
</span>
</div>
</div>
</table>