Advertisement
Guest User

Untitled

a guest
Feb 19th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <div class="col-xs-12 checkbox clip-check check-primary margin-top-5 margin-bottom-0" ng-repeat="loan in loanStructures">
  2. <input type="checkbox" id="'loan'{{$index}}" value="1" ng-model="loan.IsSelected">
  3. <label class="pull-left margin-left-10 margin-bottom-5" for="'loan'{{$index}}">
  4. {{loan.BrokerEventName}}
  5. </label>
  6. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement