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

View file

@ -13,7 +13,7 @@
<h1 class="hide-for-large-up">{{$root.title}}</h1>
<div class="row">
<div class="large-6 columns">
<div class="large-12 columns">
<div class="panel">
<form name="sendForm" ng-submit="submitForm(sendForm)" novalidate>
<p class="text-warning size-16"
@ -179,7 +179,7 @@
</div>
</div><!-- end of row -->
<div class="row m20b" ng-show="$root.alternativeConversionRate > 0">
<div class="large-6 columns size-12">
<div class="large-12 columns size-12">
<i class="fi-bitcoin-circle"></i>
1 BTC = {{alternativeConversionRate|noFractionNumber:2}} {{alternativeIsoCode}}
</div>