Last active
July 26, 2017 19:28
-
-
Save codenamejason/2e7fe0860e39a029d9307c8c633c3fdf to your computer and use it in GitHub Desktop.
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
<tr data-bind="css: {rowAlt: $data.isActive() && ($index() % 2 == 1), rowInactive: $data.isActive() == false}"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment