From 0b136cef34b21c2ed668a02dbe32f50c242f7e72 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 20 Nov 2014 01:48:22 -0300 Subject: [PATCH] send form --- js/controllers/send.js | 3 +-- views/send.html | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) 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 @@

{{$root.title}}

-
+

-
+
1 BTC = {{alternativeConversionRate|noFractionNumber:2}} {{alternativeIsoCode}}