angular-gettext
                                
                                 angular-gettext copied to clipboard
                                
                                    angular-gettext copied to clipboard
                            
                            
                            
                        interpolation fails when original string has an ampersand
using a fork of the codepen in #211 I tested strings with ampersands, for example for html entities. it basically ignores the translation
related to #178 but checks that < >work at least for a simple case
http://codepen.io/anon/pen/zGXGMN
markup
<p translate>Nothing here…</p>
the catalog:
gettextCatalog.setStrings("nl", {
      "Nothing here": "Niets hier",
      "yet": "nog",
      "Nothing here…": "Niets hier",
});
Looks like duplicate