Skip to content

Commit c25de74

Browse files
committed
tabs at the beginning of the line for a snippet is required
1 parent 7939ece commit c25de74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/haml/angular_haml.snippets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ snippet ngb
1818
{{${1:binding}}}${2}
1919
# Bind a view to a model
2020
snippet ngm
21-
ng-model="${1:model}"
21+
ng-model="${1:model}"
2222
# Disable a form element
2323
snippet ngd
24-
ng-disabled="${1:model}"
24+
ng-disabled="${1:model}"

0 commit comments

Comments
 (0)