fix transactions

This commit is contained in:
Manuel Araoz 2014-06-26 18:51:25 -03:00
parent 5e12523338
commit 507b844eed
1 changed files with 1 additions and 1 deletions

View File

@ -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;