question.multi.choice.html 348 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7
<div class='shift-top'></div>
<div class='row' ng-repeat='choice in obj.choice'>
  <div class='col-xs-1 col-sm-1 col-md-1'></div>
  <div class='col-xs-10 col-sm-10 col-md-10'>
    <md-checkbox ng-model='choice.answer' ng-true-value='true' ng-false-value='false' class='md-primary'>{{ swlang.getString(choice.label) }}</md-checkbox>
  </div>
</div>