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> ```