(html) Fix display of a message raw source

Fixes #3490
This commit is contained in:
Francis Lachapelle
2016-02-03 09:50:37 -05:00
parent 5413ac8aa3
commit 47701e880a
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@
Bug fixes
- fixed blank calendar view when selecting "Descending Order" in the sort menu
- show active user's default email address instead of system email address (#3473)
- fixed display of HTML tags when viewing a message raw source (#3490)
3.0.0 (2016-01-27)
------------------
@@ -246,7 +246,7 @@
</md-button>
</md-card-actions>
<md-card-content>
<pre>{{viewer.rawSource}}</pre>
<pre ng-bind-html="viewer.rawSource"><!-- raw source --></pre>
</md-card-content>
</md-card>
</div>