Skip to content

flash messages on multiple pages is not working #28

@SrividyaKasu

Description

@SrividyaKasu

When I have flash messages in consecutive views, flash message on second page is not shown. Please check the below code. flash to strategy also is not working(
flash.to('alert-1').info = 'Only for alert 1';) It seems like page 1 swallowing flash message destined to page 2.

Page 1

× {{flash.message}}

Page 1 controller
flash.success = 'Deletion was successful.';

Page 2

× {{flash.message}}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions