feat(calendar(js)): allow HTML links in location field

This commit is contained in:
Francis Lachapelle
2020-11-11 12:08:00 -05:00
parent 64f0519f7b
commit 0509d7f162
2 changed files with 2 additions and 2 deletions
@@ -99,7 +99,7 @@
<!-- location -->
<md-list-item ng-show="editor.component.location">
<md-icon>place</md-icon>
<p ng-bind="::editor.component.location"><!-- location --></p>
<p ng-bind-html="::editor.component.location | txt2html"><!-- location --></p>
</md-list-item>
<!-- calendar -->
<md-list-item>
@@ -56,7 +56,7 @@
<!-- location -->
<md-list-item ng-show="::editor.component.location">
<md-icon>place</md-icon>
<p ng-bind="::editor.component.location"><!-- location --></p>
<p ng-bind-html="::editor.component.location | txt2html"><!-- location --></p>
</md-list-item>
<!-- calendar -->
<md-list-item>