Open daniely opened 9 years ago
This is the version I'm using.
When I set the flash message in a controller message.text in the template ends up being blank. I have to use message instead. My workaround for now is to use this in my template:
message.text
message
{{#if message.text}} {{message.text}} {{else}} {{message}} {{/if}}
This is the version I'm using.
When I set the flash message in a controller
message.text
in the template ends up being blank. I have to usemessage
instead. My workaround for now is to use this in my template: