From 3d22ae49be3b4d7fbe6b13eabf0d29558ed0f17e Mon Sep 17 00:00:00 2001 From: Mario Colque Date: Wed, 15 Jan 2014 13:07:07 -0300 Subject: [PATCH] removed unnecessary service --- public/js/controllers/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/controllers/index.js b/public/js/controllers/index.js index ef75fc11..30de7da0 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) {