bannerService fixes + some space for the loader
This commit is contained in:
parent
bbe78ea4ca
commit
de32460fd7
3 changed files with 12 additions and 11 deletions
|
|
@ -25,11 +25,9 @@ angular.module('copayApp.controllers').controller('tabHomeController',
|
|||
startupService.ready();
|
||||
|
||||
bannerService.getBanner(function (banner) {
|
||||
$scope.$apply(function () {
|
||||
$scope.bannerImageUrl = banner.imageURL;
|
||||
$scope.bannerUrl = banner.url;
|
||||
$scope.bannerIsLoading = false;
|
||||
});
|
||||
$scope.bannerImageUrl = banner.imageURL;
|
||||
$scope.bannerUrl = banner.url;
|
||||
$scope.bannerIsLoading = false;
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue