Syam Pillai
Results
1
comments of
Syam Pillai
For me `close-button` is working fine only if `tooltip-template` contains only string. `tooltip-template="Simple string" // this works fine` It will not work if there is `angular-variable` inside `tooltip-template` `tooltip-template="{{getGlastReadMsg(grp.uid)}}" //...