Skip to content

Commit d7248a1

Browse files
committed
Added missing aphostophe (') in ngrw Ultisnip
1 parent 3835b64 commit d7248a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UltiSnips/coffee/angular_coffee.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ endsnippet
5555
snippet ngrw "Defines a when condition of an AngularJS route."
5656
$routeProvider.when '${1:url}',
5757
templateUrl: '${2:templateUrl}'
58-
controller: '${3:controller}
58+
controller: '${3:controller}'
5959
$0
6060
endsnippet
6161

0 commit comments

Comments
 (0)