Skip to content

Instantly share code, notes, and snippets.

@vsavkin
Created July 30, 2016 01:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save vsavkin/43a973da475a9afda548375ec5b8a256 to your computer and use it in GitHub Desktop.
Save vsavkin/43a973da475a9afda548375ec5b8a256 to your computer and use it in GitHub Desktop.
<todo-cmp
*ngFor="let t of todos; let i=index"
[model]="t"
[index]="t">
</todo-cmp>
@czambran
Copy link

czambran commented Aug 2, 2016

Should

[index]="t"

be:

[index]="i"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment