(js) Fix attached links in task viewer

Fixes #3963
This commit is contained in:
Francis Lachapelle
2016-12-20 10:44:43 -05:00
parent 3d16283d3c
commit 596c4bb4c2
2 changed files with 2 additions and 1 deletions
@@ -85,7 +85,7 @@
<!-- attach urls -->
<md-list-item ng-repeat="url in ::editor.component.attachUrls">
<md-icon>link</md-icon>
<p><a ng-href="url.value" target="_new">{{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">