We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cc020e commit 55cb3cfCopy full SHA for 55cb3cf
app/templates/client/views/home/home.controller.js
@@ -1,7 +1,7 @@
1
'use strict';
2
3
angular.module('<%= appname %>')
4
- .controller('HomeCtrl', function (<% if (filters.sockets) { %>Socket<% } %>) {
+ .controller('HomeCtrl', function () {
5
6
var vm = this;
7
0 commit comments