Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ngRepeatディレクティブの代わりにselect要素内でngOptionsを使用してみてください。
<select ng-model="d.SkuId" ng-options="s.Key as s.Value for s in skus"> </select>
プランカー: http://plnkr.co/edit/TQIxqSv9ZBleLeA2h6WQ?p=preview