Advertisement
Guest User

Untitled

a guest
Dec 28th, 2014
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <td>
  2. <div ng-repeat="t in s.attendanceTypes">
  3. <input type="radio" ng-model="$parent.s.attendanceTypes" name="radiob" id="{{t.AttendanceTypeId}}"
  4. value="{{t.AttendanceTypeId}}" required />{{t.AttendanceTypeName}}
  5. </div>
  6. </td>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement