Friday 20 January 2017

select option in cell template in angular js

cellTemplate: '<select class="form-control" required ng-options="(item ? \'Create new records in GiftWorks\' : \'Do not create new records in GiftWorks\') for item in [true, false]" ng-model="row.entity.CreateDonor"></select>'
  

No comments:

Post a Comment