send form
This commit is contained in:
parent
3a0a1a2f23
commit
0b136cef34
2 changed files with 3 additions and 4 deletions
|
|
@ -3,7 +3,7 @@ var bitcore = require('bitcore');
|
||||||
var preconditions = require('preconditions').singleton();
|
var preconditions = require('preconditions').singleton();
|
||||||
|
|
||||||
angular.module('copayApp.controllers').controller('SendController',
|
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();
|
controllerUtils.redirIfNotComplete();
|
||||||
|
|
||||||
|
|
@ -352,7 +352,6 @@ angular.module('copayApp.controllers').controller('SendController',
|
||||||
|
|
||||||
$scope.copyAddress = function(address) {
|
$scope.copyAddress = function(address) {
|
||||||
$scope.address = address;
|
$scope.address = address;
|
||||||
$anchorScroll();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope.openAddressBookModal = function() {
|
$scope.openAddressBookModal = function() {
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
<h1 class="hide-for-large-up">{{$root.title}}</h1>
|
<h1 class="hide-for-large-up">{{$root.title}}</h1>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="large-6 columns">
|
<div class="large-12 columns">
|
||||||
<div class="panel">
|
<div class="panel">
|
||||||
<form name="sendForm" ng-submit="submitForm(sendForm)" novalidate>
|
<form name="sendForm" ng-submit="submitForm(sendForm)" novalidate>
|
||||||
<p class="text-warning size-16"
|
<p class="text-warning size-16"
|
||||||
|
|
@ -179,7 +179,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div><!-- end of row -->
|
</div><!-- end of row -->
|
||||||
<div class="row m20b" ng-show="$root.alternativeConversionRate > 0">
|
<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>
|
<i class="fi-bitcoin-circle"></i>
|
||||||
1 BTC = {{alternativeConversionRate|noFractionNumber:2}} {{alternativeIsoCode}}
|
1 BTC = {{alternativeConversionRate|noFractionNumber:2}} {{alternativeIsoCode}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue