From 507c220bb6c93c87ee377156729ef87fe030d149 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 10 Feb 2016 16:08:36 +0300 Subject: [PATCH] fix(ammap): fix image path --- src/app/theme/theme.constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/theme/theme.constants.js b/src/app/theme/theme.constants.js index 740e63c..fa21e58 100644 --- a/src/app/theme/theme.constants.js +++ b/src/app/theme/theme.constants.js @@ -39,7 +39,7 @@ images: { root: IMAGES_ROOT, profile: IMAGES_ROOT + 'app/profile/', - amChart: 'bower_components/amcharts/dist/amcharts/images/' + amChart: 'bower_components/ammap/dist/ammap/images/' } });