Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <tr ng-repeat="oblig in Obligations">
  2.  
  3. <select class="form-control full-width" ng-model="oblig.ChargeOptionId">
  4. <option ng-selected="ch.Id == oblig.ChargeOptionId" value="ch.Id" ng-repeat="ch in ChargeOptions">{{ch.Account}}</option>
  5. </select>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement