Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

. in helpers #379

Merged
merged 1 commit into from May 27, 2013
Merged

. in helpers #379

merged 1 commit into from May 27, 2013

Conversation

andykant
Copy link
Contributor

Should:

{{{rsvp attendee .}}}

Work?

@justinbmeyer
Copy link
Contributor Author

{{#attendee}}
            <tr {{data "attendee"}}>
                <td {{#editablename}}class='editable'{{/editablename}}>
                    {{#editablename}}
                        <div class='name-value'>
                            <span>{{name}}</span> <span class='icon-pencil'></span>
                        </div>
                        <input type='text' {{value name}} style="display:none" class='name-edit'/>
                    {{/editablename}}
                    {{^editablename}}
                        <span>{{name}}</span>
                    {{/editablename}}
                </td>
                {{#events}}
                    <td class='{{status attendee}} day{{day}} event-attendence {{name}}'>
                        {{{rsvp attendee .}}}
                    </td>
                {{/events}}
            </tr>
            {{/attendee}}

andykant added a commit that referenced this pull request May 27, 2013
Fixed . not being passed as an object when used as a Mustache helper argument
@andykant andykant merged commit 0ce4eca into master May 27, 2013
@andykant andykant deleted the issue-379 branch May 27, 2013 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants