Hi, I have a simple bound data such that: <div ng-repeat="item in items" ng-bind="item"></div> *items *exist in the scope and hold several text and/or HTML snippets (very simple snippets). Some of my items contain special symbols like: ° (which is the degree symbol). When they are printed out, I see the symbol code and not the symbol itself. How do I add these symbols to my UI?
-- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out.
