Skip to content

Commit b7eea4f

Browse files
jarstingstallvicb
authored andcommitted
docs(directives): add # to for directive microsyntax example
1 parent 9c62b58 commit b7eea4f

File tree

1 file changed

+1
-1
lines changed
  • modules/angular2/src/directives

1 file changed

+1
-1
lines changed

modules/angular2/src/directives/for.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import {ListWrapper} from 'angular2/src/facade/collection';
2222
*
2323
* ```
2424
* <ul>
25-
* <li *for="error in errors; #i = index">
25+
* <li *for="#error in errors; #i = index">
2626
* Error {{i}} of {{errors.length}}: {{error.message}}
2727
* </li>
2828
* </ul>

0 commit comments

Comments
 (0)