working on top button

This commit is contained in:
Manuel Araoz 2014-06-19 15:55:04 -03:00
commit 29b98b6adf
2 changed files with 4 additions and 0 deletions

View file

@ -254,4 +254,7 @@ angular.module('copayApp.controllers').controller('SendController',
});
};
$scope.topAmount = function() {
alert('hello');
};
});