i'm using angular 2 material design and i want bind data to the mdl-badge but I get an error when i doing this way.
html code
<div class="material-icons mdl-badge mdl-badge--overlap" data-badge={{numFlags}}>num Of flags</div>
ts component
this.numFlags=msg++;