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

quotes around attributes #2097

Closed
justinbmeyer opened this issue Nov 30, 2015 · 2 comments
Closed

quotes around attributes #2097

justinbmeyer opened this issue Nov 30, 2015 · 2 comments

Comments

@justinbmeyer
Copy link
Contributor

The following doesn't work. It would be good if it did.

show-note-dialog={showNoteDialog}
<st-paginator>
{{#shouldIShowThisCall}}
    <st-queuecall show-queue-dialog={showQueueDialog} show-note-dialog={showNoteDialog}></st-queuecall>
{{/shouldIShowThisCall}}
</st-paginator>
@justinbmeyer
Copy link
Contributor Author

Another example:

{{#start}}
    <span value={{.}}></span>
{{/start}}

{{other}}

@justinbmeyer
Copy link
Contributor Author

<div {{^assignedPhone}} disabled {{/assignedPhone}}>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants