doc(NgFor): fix inline doc

This commit is contained in:
Victor Berchet 2015-05-16 08:43:07 +02:00
parent 842459aa46
commit ad29b12cde

View File

@ -32,7 +32,7 @@ import {ListWrapper} from 'angular2/src/facade/collection';
* *
* - `<li *ng-for="#item of items; #i = index">...</li>` * - `<li *ng-for="#item of items; #i = index">...</li>`
* - `<li template="ng-for #item of items; #i = index">...</li>` * - `<li template="ng-for #item of items; #i = index">...</li>`
* - `<template [ng-for]="#item" [ng-for-of]="items" #i="index"><li>...</li></template>` * - `<template [ng-for] #item [ng-for-of]="items" #i="index"><li>...</li></template>`
* *
* @exportedAs angular2/directives * @exportedAs angular2/directives
*/ */