Skip to content

Commit 9cb9b9a

Browse files
committed
Fix merge conflict in Sublime snippet
1 parent 87e1400 commit 9cb9b9a

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

assets/sublime-angular-snippets/angular.controller.sublime-snippet

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,7 @@
1515
1616
////////////////
1717
18-
/* @ngInject */
19-
function ${2:Ctrl}(${3:dependencies}) {
20-
/*jshint validthis: true */
21-
var vm = this;
22-
vm.title = '${2:Ctrl}';
23-
24-
activate();
25-
26-
function activate() {
27-
}
18+
function activate() {
2819
}
2920
}
3021
})();

0 commit comments

Comments
 (0)