Improve handling of ATTACH property (URIs)

This commit is contained in:
Francis Lachapelle
2016-01-15 09:25:28 -05:00
parent fe7a12bad0
commit 8593ee9fbb
3 changed files with 3 additions and 3 deletions
@@ -82,7 +82,7 @@
<!-- attach urls -->
<md-list-item ng-repeat="url in ::editor.component.attachUrls">
<md-icon>link</md-icon>
<p><a ng-href="url.value">{{url.value}}</a></p>
<p><a ng-href="url.value" target="_new">{{url.value}}</a></p>
</md-list-item>
<!-- comment -->
<md-list-item ng-show="editor.component.comment">