Improve display of component comments, card notes

This commit is contained in:
Francis Lachapelle
2017-06-14 17:03:31 -04:00
parent 8701d2c26c
commit b6b8f7a0fb
8 changed files with 31 additions and 28 deletions
@@ -96,9 +96,9 @@
<p><a ng-href="{{url.value}}" target="_new">{{url.value}}</a></p>
</md-list-item>
<!-- comment -->
<md-list-item ng-show="editor.component.comment">
<md-list-item ng-show="::editor.component.comment">
<md-icon>mode_comment</md-icon>
<p>{{::editor.component.comment}}</p>
<p ng-bind-html="::editor.component.comment | txt2html"></p>
</md-list-item>
<!-- repeat -->
<md-list-item ng-show="editor.component.$isRecurrent">