Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <tbody>
  2. <tr ng-if="$index>0" ng-repeat="row in resultatfinal">
  3. <td ng-repeat="k in [] | range:collumnLength">{{ row [$index] }}</td>
  4. <td ng-repeat="i in [] | range:3"><input type="radio" ng-model="i" value="i" /> </td>
  5. </tr>
  6. </tbody>
  7.  
  8. inputradio11 for the firt radio input in the first row
  9. inputradio12 for the firt radio input in the first row
  10. inputradio13 for the firt radio input in the first row
  11.  
  12. inputradio21 for the firt radio input in the second row
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement