Kattixie / portfolio

A minimal AngularJS portfolio for project-oriented folks.
1 stars 0 forks source link

HTML character entity codes in page title aren't interpreted #4

Closed Kattixie closed 8 years ago

Kattixie commented 8 years ago

You have fallen for this before, Kattixie.

Kattixie commented 8 years ago

This was really easy to fix. Previously the title attribute was bound to the rootScope title via ng-bind. All I had to do was change this to ng-bind-html. If I decide to re-work this into a directive, I'll have to keep this in mind.