Skip to content

Instantly share code, notes, and snippets.

@odoe
Created December 21, 2015 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save odoe/4d011156cfbaf4ce70f9 to your computer and use it in GitHub Desktop.
Save odoe/4d011156cfbaf4ce70f9 to your computer and use it in GitHub Desktop.
{{!-- index.hbs --}}
{{esri-map view=view}} {{!-- map is just a yeidl --}}
{{esri-locate view=view}}
{{esri-home view=view}}
{{!-- esri-home.hbs --}}
<div>
<a {{action 'enable'}}><i class="material-icons">home</i></a>
</div>
{{!-- esri-locate.hbs --}}
<div>
<a {{action 'enable'}}><i class="material-icons">my_location</i></a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment