committed by
Misko Hevery
parent
d4925b61ff
commit
c0f3778dda
+1
-1
@@ -22,7 +22,7 @@ import {ListWrapper} from 'angular2/src/facade/collection';
|
||||
*
|
||||
* ```
|
||||
* <ul>
|
||||
* <li *for="#error in errors; #i = index">
|
||||
* <li *for="#error of errors; #i = index">
|
||||
* Error {{i}} of {{errors.length}}: {{error.message}}
|
||||
* </li>
|
||||
* </ul>
|
||||
|
||||
Reference in New Issue
Block a user