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

added js-semantic to js-templates.cson #53

Merged
merged 1 commit into from
Jan 18, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions snippets/js-templates.cson
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
".source.js":
".source.js, .source.js-semantic":
"module":
"prefix": "ngm"
"body": "angular.module('$1', [$2])$3"
Expand Down Expand Up @@ -182,7 +182,7 @@
$http({method: '${1:GET}', url: '$2'})
.then(function successCallback(data, status, headers, config) {
$3
},
},
function errorCallback(data, status, headers, config) {
$4
});
Expand Down