How to use a controller and assign badge number to a ion-tab using scope variable from the controller ? I'm getting error when I tried this-
<ion-tab title="Home" badge={{homeBadgeCount}} ...
Syntax Error: Token '{' invalid key at column 2 of the expression angular
Please help...