Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit 3a76055

Browse files
committed
Updates directive list, #32
1 parent 3aa0226 commit 3a76055

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎AngularJS-completions.sublime-settings

+8
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,14 @@
262262
"ng-repeat\tAngularJS",
263263
"ng-repeat=\"${1:(${2:key}, ${3:value})} in ${4:dataset}\"$0"
264264
],
265+
[
266+
"ng-repeat-end\tAngularJS",
267+
"ng-repeat-end$0"
268+
],
269+
[
270+
"ng-repeat-start\tAngularJS",
271+
"ng-repeat-start=\"${1:(${2:key}, ${3:value})} in ${4:dataset}\"$0"
272+
],
265273
[
266274
"ng-selected\tAngularJS",
267275
"ng-selected=\"${1:string}\"$0"

0 commit comments

Comments
 (0)