Last active
July 15, 2016 09:45
-
-
Save colinf/1af016dad6f8e26fb8e766139d82a845 to your computer and use it in GitHub Desktop.
Nested route with a parameter ( see http://bit.ly/29yR51I )
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
<div className={classnames({'team-item': true, 'pure-g': true, 'team-item-selected': selectedTeamId === id})} | |
on-click={() => signals.teams.teamSelected({id: team.id})} | |
> | |
<div className="pure-u-1"> | |
<h5 className="team-name">{name}</h5> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment