Skip to content

Commit d65acc1

Browse files
committed
Merge pull request matthewsimo#5 from tlvince/bug/ngc-missing-semi-colon
Fix missing semi-colon in ngc
2 parents c5e1a1e + 63a9110 commit d65acc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UltiSnips/javascript/angular_js.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
snippet ngc "Define a new Angular Controller. You can change the controller name and parameters."
44
var ${1:controllerName} = function(${2:scope}, ${3:injectables}) {
55
$0
6-
}
6+
};
77
endsnippet
88

99

0 commit comments

Comments
 (0)