grunt-angular-translate
grunt-angular-translate copied to clipboard
fix(interpolation): fixed escaped interpolation string handling
Interpolation string should be escaped properly when used in an interpolation. This is handled in HtmlFilterDoubleQuote and HtmlFilterSimpleQuote translationKey processing.