How to insert value in option - AngularJS

ng-repeat has a truly horrible API, I need to look it up each time I use it.

I think you need to add a “track by” to specific the value.

ng-options="r.regime for r in data track by r.value"