send form

This commit is contained in:
Matias Alejo Garcia 2014-11-20 01:48:22 -03:00
commit 0b136cef34
2 changed files with 3 additions and 4 deletions

View file

@ -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() {