Preivously, no information was showing up when users would hover over the park polygons. This PR updates the tooltip-renderer component to mirror more closely that of our other apps (e.g. zola). This required installing mustache. We now use mustache.render(template, properties) instead of Ember.HTMLBars.compile(template, properties).
Preivously, no information was showing up when users would hover over the park polygons. This PR updates the tooltip-renderer component to mirror more closely that of our other apps (e.g. zola). This required installing mustache. We now use
mustache.render(template, properties)
instead ofEmber.HTMLBars.compile(template, properties)
.Addresses #175