diff --git a/js/controllers/send.js b/js/controllers/send.js index b1816ee87..1a382ea54 100644 --- a/js/controllers/send.js +++ b/js/controllers/send.js @@ -3,7 +3,7 @@ var bitcore = require('bitcore'); var preconditions = require('preconditions').singleton(); angular.module('copayApp.controllers').controller('SendController', - function($scope, $rootScope, $window, $timeout, $anchorScroll, $modal, isMobile, notification, controllerUtils, rateService) { + function($scope, $rootScope, $window, $timeout, $modal, isMobile, notification, controllerUtils, rateService) { controllerUtils.redirIfNotComplete(); @@ -352,7 +352,6 @@ angular.module('copayApp.controllers').controller('SendController', $scope.copyAddress = function(address) { $scope.address = address; - $anchorScroll(); }; $scope.openAddressBookModal = function() { diff --git a/views/send.html b/views/send.html index ce23b133f..c293cf632 100644 --- a/views/send.html +++ b/views/send.html @@ -13,7 +13,7 @@