Skip to content

Commit 190670a

Browse files
committed
Merge pull request matthewsimo#7 from tlvince/ng-model
Add ng-model
2 parents 4aca8f5 + 3c27183 commit 190670a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

UltiSnips/html/angular_html.snippets

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,9 @@ snippet ngb "A binding in AngularJS"
3333
endsnippet
3434

3535

36+
snippet ngm "Bind a view to a model"
37+
ng-model="${1:model}"$0
38+
endsnippet
39+
40+
3641
# vim:ft=snippets:

0 commit comments

Comments
 (0)