parent
d4925b61ff
commit
c0f3778dda
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue