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;