Skip to content

Instantly share code, notes, and snippets.

@MagnusThor
Created December 10, 2015 10:23
Show Gist options
  • Select an option

  • Save MagnusThor/14d4bedb12bfdc61c02c to your computer and use it in GitHub Desktop.

Select an option

Save MagnusThor/14d4bedb12bfdc61c02c to your computer and use it in GitHub Desktop.
<div class="input-group-btn">
<ul class="dropdown-menu">
<li ng-repeat="option in options">
<a ng-click="select({item:option})"
ng-class="{'current': $index === currentIndex }">
{{option.Name}}
</a>
</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment