missing semicolon
This commit is contained in:
parent
48fc8d216f
commit
a2e7b80594
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ angular.module('copayApp.controllers').controller('pricechartController', functi
|
|||
getChartData(bchPriceUrl).then(function(data) {
|
||||
$scope.bchPriceLatest = data.priceLatest;
|
||||
new Chartist.Line('#bch-chart', data.chartData, options);
|
||||
})
|
||||
});
|
||||
|
||||
getChartData(btcPriceUrl).then(function(data) {
|
||||
$scope.btcPriceLatest = data.priceLatest;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue