Skip to content

Commit 55cb3cf

Browse files
committed
fix(home): remove default socket injection
1 parent 0cc020e commit 55cb3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/client/views/home/home.controller.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
angular.module('<%= appname %>')
4-
.controller('HomeCtrl', function (<% if (filters.sockets) { %>Socket<% } %>) {
4+
.controller('HomeCtrl', function () {
55

66
var vm = this;
77

0 commit comments

Comments
 (0)