Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
fix(BuySell): show loading gif when navigating to buy-sell
Browse files Browse the repository at this point in the history
  • Loading branch information
Thore3 committed Sep 13, 2016
1 parent 14cb263 commit c81f574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/controllers/buySell.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function BuySellCtrl ($scope, $state, Alerts, Wallet, currency, buySell, MyWalle
});

if (buySell.getStatus().metaDataService) {
$scope.loading = true;
$scope.status.loading = true;
buySell.login().finally(() => {
$scope.trades = buySell.trades;
$scope.kyc = buySell.kycs[0];
Expand Down

0 comments on commit c81f574

Please sign in to comment.