ng-easycommerce 0.0.540 → 0.0.541

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ # version 0.0.541
2
+ - se modifica objeto Dinamycs Filter para mostrar la imagen
1
3
  # version 0.0.540
2
4
  - se modifica endpoint de atributos en collection
3
5
  # version 0.0.539
@@ -1377,7 +1377,8 @@
1377
1377
  code: (option.code + ' ' + value.name),
1378
1378
  type: 'child',
1379
1379
  value: value.code,
1380
- selected: false
1380
+ selected: false,
1381
+ image: value.image
1381
1382
  };
1382
1383
  })
1383
1384
  };