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

Commit f7e111b

Browse files
committed
Change "string" to "expression" for ng-switch "on" placeholder.
1 parent cd04369 commit f7e111b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎AngularJS-completions.sublime-settings

+2-2
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
],
277277
[
278278
"ng-switch\tAngularJS",
279-
"ng-switch on=\"${1:string}\"$0"
279+
"ng-switch on=\"${1:expression}\"$0"
280280
],
281281
[
282282
"ng-switch-when\tAngularJS",
@@ -398,4 +398,4 @@
398398
"ui-route=\"${1:#}/${2:route-path}\"$0"
399399
]
400400
]
401-
}
401+
}

0 commit comments

Comments
 (0)