diff --git a/js/controllers/transactions.js b/js/controllers/transactions.js index 7cc47598e..c47efd739 100644 --- a/js/controllers/transactions.js +++ b/js/controllers/transactions.js @@ -1,8 +1,9 @@ 'use strict'; -var bitcore = require('bitcore'); angular.module('copay.transactions').controller('TransactionsController', function($scope, $rootScope, $location) { + var bitcore = require('bitcore'); + $scope.title = 'Transactions'; var _updateTxs = function() { var w =$rootScope.wallet;