Skip to content

Instantly share code, notes, and snippets.

@kamaulynder
Created August 11, 2014 11:19
Show Gist options
  • Save kamaulynder/9089f6beccdb44218ab7 to your computer and use it in GitHub Desktop.
Save kamaulynder/9089f6beccdb44218ab7 to your computer and use it in GitHub Desktop.
<select name="mapMarker" class="select-map-marker js-map-marker">
{{#each AwesomeMarkers}}
<option value="{{this}}">{{this}}</option>
{{/each}}
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment