Skip to content

Not binding to flash.to("someId") #35

@lubosdz

Description

@lubosdz

Binding to element ID is not working.

<div flash-alert="info" id="flash1" class="alert">
      <span class="alert-message">{{flash.message}}</span>
</div>
flash.info = 'Some info for any element ...';
flash.to("flash1").info = 'This is info only for "flash1"';

would display "Some info for any element ...".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions