Created
December 10, 2015 08:56
-
-
Save MagnusThor/32f0c501e7e7d1243ba2 to your computer and use it in GitHub Desktop.
sym-dir-tmpl.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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