diff --git a/public/js/controllers/index.js b/public/js/controllers/index.js index ef75fc1..30de7da 100755 --- a/public/js/controllers/index.js +++ b/public/js/controllers/index.js @@ -2,7 +2,7 @@ var TRANSACTION_DISPLAYED = 5; var BLOCKS_DISPLAYED = 5; -angular.module('mystery.system').controller('IndexController', ['$scope', '$routeParams', 'Global', 'socket', 'Blocks', 'Transactions', function($scope, $routeParams, Global, socket, Blocks, Transactions) { +angular.module('mystery.system').controller('IndexController', ['$scope', 'Global', 'socket', 'Blocks', 'Transactions', function($scope, Global, socket, Blocks, Transactions) { $scope.global = Global; socket.on('tx', function(tx) {