Commit f68c8f26479868cb19b92762935b285f7fd0b76c
1 parent
90e72dbbc2
Exists in
develop
arreglo mr
Showing
1 changed file
with
1 additions
and
2 deletions
 
Show diff stats
src/app/shared/promocion/promocion.component.ts
| ... | ... | @@ -21,7 +21,7 @@ export class PromocionComponent implements OnInit { | 
| 21 | 21 | promociones: IArticulo[] = []; | 
| 22 | 22 | onClose: Subject<any>; | 
| 23 | 23 | urlImagenes = `${APP_SETTINGS.apiImagenes}/imagenes/`; | 
| 24 | - loading = false; | |
| 24 | + loading = true; | |
| 25 | 25 | |
| 26 | 26 | constructor( | 
| 27 | 27 | public modalPromocion: BsModalRef, | 
| ... | ... | @@ -36,7 +36,6 @@ export class PromocionComponent implements OnInit { | 
| 36 | 36 | |
| 37 | 37 | ngOnInit() { | 
| 38 | 38 | this.getPromociones(); | 
| 39 | - this.loading = true; | |
| 40 | 39 | } | 
| 41 | 40 | |
| 42 | 41 | selectPromo(promo: IArticulo) { |