Hello,
Can anyone please help me to generate the dynamic < td >s in the table?
Not working:
< tbody>
< tr>
< td ng-repeat="col in columns">
{{ col }}
< /td>
< /tr>
< /tbody>
However, ngRepeat for other tags is working:
< tbody>
< tr>
< td>
< p ng-repeat="col in columns">
{{ col }}
< /p>
< /td>
< /tr>
< /tbody>
Hello,
Can anyone please help me to generate the dynamic < td >s in the table?
Not working:
< tbody>
< tr>
< td ng-repeat="col in columns">
{{ col }}
< /td>
< /tr>
< /tbody>
However, ngRepeat for other tags is working:
< tbody>
< tr>
< td>
< p ng-repeat="col in columns">
{{ col }}
< /p>
< /td>
< /tr>
< /tbody>