Skip to content

Instantly share code, notes, and snippets.

@amboy00
Created March 28, 2014 14:22
Show Gist options
  • Save amboy00/9834031 to your computer and use it in GitHub Desktop.
Save amboy00/9834031 to your computer and use it in GitHub Desktop.
<div class="dropdown-wrapper">
<a href="#" class="has-dropdown" data-bind="dropdown: {}, text: someObservable"></a>
<div class="dropdown">
<div class="options" data-bind="foreach: list">
<div><a href="#" data-bind="text: $data, click: function() { $root.doThisFunction($data) }"></a></div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment