Removed "sendTest" link.

This commit is contained in:
Gustavo Cortez 2014-04-20 16:21:33 -03:00
parent 91c068ab38
commit 6f0a9499aa
2 changed files with 0 additions and 10 deletions

View File

@ -347,10 +347,6 @@ missing
</div>
</div>
</form>
<hr>
<div class="text-center">
<a ng-click="sendTest()">sendTest</a>
</div>
</div>
</div>
</div>

View File

@ -38,10 +38,4 @@ angular.module('copay.send').controller('SendController',
$rootScope.flashMessage = { message: 'You send a proposal transaction succefully', type: 'success'};
};
$scope.sendTest = function() {
var w = $rootScope.wallet;
w.createTx( 'mimoZNLcP2rrMRgdeX5PSnR7AjCqQveZZ4', '12345',function() {
$rootScope.$digest();
});
};
});