From f68c8f26479868cb19b92762935b285f7fd0b76c Mon Sep 17 00:00:00 2001 From: Benjamin Date: Thu, 30 Jan 2020 14:34:46 -0300 Subject: [PATCH] arreglo mr --- src/app/shared/promocion/promocion.component.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/shared/promocion/promocion.component.ts b/src/app/shared/promocion/promocion.component.ts index ead01af..eaa6348 100644 --- a/src/app/shared/promocion/promocion.component.ts +++ b/src/app/shared/promocion/promocion.component.ts @@ -21,7 +21,7 @@ export class PromocionComponent implements OnInit { promociones: IArticulo[] = []; onClose: Subject; urlImagenes = `${APP_SETTINGS.apiImagenes}/imagenes/`; - loading = false; + loading = true; constructor( public modalPromocion: BsModalRef, @@ -36,7 +36,6 @@ export class PromocionComponent implements OnInit { ngOnInit() { this.getPromociones(); - this.loading = true; } selectPromo(promo: IArticulo) { -- 1.9.1