From 507b844eed4d76c991137bbc25dcd9feaaccfcad Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Thu, 26 Jun 2014 18:51:25 -0300 Subject: [PATCH] fix transactions --- js/controllers/transactions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/controllers/transactions.js b/js/controllers/transactions.js index 5efc0eb40..78fcae464 100644 --- a/js/controllers/transactions.js +++ b/js/controllers/transactions.js @@ -2,7 +2,7 @@ var bitcore = require('bitcore'); angular.module('copayApp.controllers').controller('TransactionsController', - function($scope, $rootScope, $timeout, controllerUtils) { + function($scope, $rootScope, $timeout, controllerUtils, notification) { $scope.title = 'Transactions'; $scope.loading = false;