Angular Translate: Placeholder Not Showing Special Characters Correctly
I am currently using angular-translate for a project, and it's going really well. However I run into a problem and I can't see why it's not working. I have an input field with a pl
Solution 1:
To display the special character, use $sce
(Strict Contextual Escaping)
Here is the working JSFIDDLE
Hope it works :)
Post a Comment for "Angular Translate: Placeholder Not Showing Special Characters Correctly"