docs(directives): add # to for directive microsyntax example
This commit is contained in:
parent
9c62b5867e
commit
b7eea4f577
|
@ -22,7 +22,7 @@ import {ListWrapper} from 'angular2/src/facade/collection';
|
|||
*
|
||||
* ```
|
||||
* <ul>
|
||||
* <li *for="error in errors; #i = index">
|
||||
* <li *for="#error in errors; #i = index">
|
||||
* Error {{i}} of {{errors.length}}: {{error.message}}
|
||||
* </li>
|
||||
* </ul>
|
||||
|
|
Loading…
Reference in New Issue