Easy and declarative
mapping for
Declarative
Your templates end up with a concise, readable and maintainable code that pretty much explains itself.
{{#marker-layer}}
Popup text!
{{/marker-layer}}
Popup text!
{{/marker-layer}}
Built for Ember
Components are streamlined for ember usage. Use{{#if
, {{#each
,
component blocks, actions or even Ember router. You'll feel at home!