ng-repeat Excercise
Exercise
Correct!
<tr code-hear>
<td>
</tr>
<tr code-hear>
<td>
</tr>
<tr ng-repeat-start='item in items'>
<td>
</tr>
<tr ng-repeat-end>
<td>
</tr>
assert(line0 == l0); assert(line3 == l3);
function rpls(str){
return str.toLowerCase().replace(/'/g,'').replace(/ /g, '');
}
var l0 = rpls("<tr ng-repeat-start='item in items'>");
var l3 = rpls("<tr ng-repeat-end>");