ng4-geoautocomplete
ng4-geoautocomplete copied to clipboard
Change data type to fix missing icons on IE11
To be consistent with other background images, I'd suggest to remove 'utf8;' from data types, or another way to make it work is changing the data type from 'data:image/svg+xml;utf8' to 'data:image/svg+xml;charset=utf8'.