There was an error while loading. Please reload this page.
1 parent 842459a commit ad29b12Copy full SHA for ad29b12
modules/angular2/src/directives/ng_for.js
@@ -31,8 +31,8 @@ import {ListWrapper} from 'angular2/src/facade/collection';
31
* # Syntax
32
*
33
* - `<li *ng-for="#item of items; #i = index">...</li>`
34
- * - `<li template="ng-for #item of items; #i=index">...</li>`
35
- * - `<template [ng-for]="#item" [ng-for-of]="items" #i="index"><li>...</li></template>`
+ * - `<li template="ng-for #item of items; #i = index">...</li>`
+ * - `<template [ng-for] #item [ng-for-of]="items" #i="index"><li>...</li></template>`
36
37
* @exportedAs angular2/directives
38
*/
0 commit comments