I want to bind html table row by specific count times using angularJS binding like below:
<table>
<tr ng-repeat="x in 5">
<td>abc</td>
</tr>
</table>
If anybody have solution, please reply as possible. Thanks
I want to bind html table row by specific count times using angularJS binding like below:
<table>
<tr ng-repeat="x in 5">
<td>abc</td>
</tr>
</table>
If anybody have solution, please reply as possible. Thanks