We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c62b58 commit b7eea4fCopy full SHA for b7eea4f
modules/angular2/src/directives/for.js
@@ -22,7 +22,7 @@ import {ListWrapper} from 'angular2/src/facade/collection';
22
*
23
* ```
24
* <ul>
25
- * <li *for="error in errors; #i = index">
+ * <li *for="#error in errors; #i = index">
26
* Error {{i}} of {{errors.length}}: {{error.message}}
27
* </li>
28
* </ul>
0 commit comments