Skip to content

Instantly share code, notes, and snippets.

@MagnusThor
Created December 10, 2015 08:56
Show Gist options
  • Save MagnusThor/32f0c501e7e7d1243ba2 to your computer and use it in GitHub Desktop.
Save MagnusThor/32f0c501e7e7d1243ba2 to your computer and use it in GitHub Desktop.
sym-dir-tmpl.html
<ul class="sym-suggestions">
<li ng-repeat="option in options">
<span ng-click="select({item:option})" >
{{option.Name}}
</span>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment