Created
March 11, 2016 08:49
-
-
Save mattgaspar/532fde7361c407636e37 to your computer and use it in GitHub Desktop.
Aurelia Filtered Bind
This file contains 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
<select ref="mySelect" filtered.bind="sites | filter: { project: project }"> | |
<option if.bind"mySelect.filtered.length === 0">No Sites Available</option> | |
<option repeat.for="site of mySelect.filtered">${site.name}</option> | |
</select> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Source: http://stackoverflow.com/questions/33318165/bind-logic-to-valueconverter-output-in-aurelia