NYCPlanning / labs-waterfront-access

Other
3 stars 0 forks source link

175: refactor tooltip-renderer component to fix hover tooltip bug #176

Closed trbmcginnis closed 4 years ago

trbmcginnis commented 4 years ago

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).

Addresses #175