Created
July 2, 2013 20:58
-
-
Save cjblomqvist/5913052 to your computer and use it in GitHub Desktop.
See http://cjblomqvist.com/blog/Derby-Issue-with-arraylike-bindings-in-the-view-and-workaround/28 for info
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
<Body:> | |
<ul>{#each _page.unplannedOrder as :row}<li style="{#if _page.selected[:row.id]}background: red;{/}">{:row.id}</li>{/}</ul> | |
<ul>{#each _page.unplannedOrder as :row}<li style="{#if multiplePartPath(_page.selected, :row.id)}background: red;{/}">{:row.id}</li>{/}</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment