mirror of
https://github.com/arnaucube/goBlockchainDataAnalysis.git
synced 2026-02-07 11:46:38 +01:00
small update: integrated webserver in the main.go, small frontend changes, not finished relation loops bug fix
This commit is contained in:
@@ -71,8 +71,10 @@ angular.module('app.addressNetwork', ['ngRoute'])
|
||||
console.log('data error');
|
||||
});
|
||||
|
||||
$scope.selectedAddress="";
|
||||
$scope.getAddressNetwork = function(address) {
|
||||
console.log(address);
|
||||
$scope.selectedAddress=address;
|
||||
$http.get(urlapi + 'address/network/' + address.id)
|
||||
.then(function(data, status, headers, config) {
|
||||
console.log('data success');
|
||||
|
||||
Reference in New Issue
Block a user