Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 646d835

Browse files
committed
Merge pull request #53 from bruinebeer/master
added js-semantic to js-templates.cson
2 parents f157cc7 + 3b5512e commit 646d835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎snippets/js-templates.cson

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
".source.js":
1+
".source.js, .source.js-semantic":
22
"module":
33
"prefix": "ngm"
44
"body": "angular.module('$1', [$2])$3"
@@ -182,7 +182,7 @@
182182
$http({method: '${1:GET}', url: '$2'})
183183
.then(function successCallback(data, status, headers, config) {
184184
$3
185-
},
185+
},
186186
function errorCallback(data, status, headers, config) {
187187
$4
188188
});

0 commit comments

Comments
 (0)