Hi rubenv,
When I use a string that contains ">" on it, I get no translation on IE. Example:
scope.sentence = gettextCatalog.getString('Sentence with > on it')
<span ng-bind="sentence"></span>
On Chrome/Firefox, it works perfectly.
Thanks for your patience.