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 ...".