Skip to content

Instantly share code, notes, and snippets.

@bavey
Forked from mrmusa/Native Select Menu for List
Last active August 29, 2015 14:11
Show Gist options
  • Save bavey/1831da2ff5780497055c to your computer and use it in GitHub Desktop.
Save bavey/1831da2ff5780497055c to your computer and use it in GitHub Desktop.
<label class="item item-icon-right">
<select style="opacity:0; width:100%; position:absolute; z-index=100" ng-options="option for option in question.options">
<option value="">Select...</option>
</select>
<span class="input-label">Input Label:</span>
<span class="item-note">Your answer was {{ question.responses[0] }}</span>
<i class="icon ion-ios7-arrow-down"></i>
</label>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment