Skip to content

Commit ac4647b

Browse files
committed
Fix ngFor snippet template variable
1 parent d9345f3 commit ac4647b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/html.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'description': 'Angular 2 *ngFor snippet'
1212
'descriptionMoreURL': 'https://angular.io/docs/ts/latest/api/common/NgFor-directive.html'
1313
'body': """
14-
*ngFor="let {1:$item} of ${2:list}"
14+
*ngFor="let ${1:item} of ${2:list}"
1515
"""
1616
'ngIf':
1717
'prefix': 'ng2-ngIf'

0 commit comments

Comments
 (0)