That is my question, what are the pros and cons ?
In my app I am using interpolation but I get errors like this
{{::sport.name}}
-> NHL Futures & Props
and if I use ng-bind-html
ng-bind-html="sport.name"
-> NHL Futures & Props
in this case ng-bind-html
is doing what I want. But, is there something wrong with it ?
Is there one better than the other ?
so tell me, I am open to suggestions.