Skip to content

Commit

Permalink
feat(item.details): show HTML text from source instead of text withou…
Browse files Browse the repository at this point in the history
…t formatting
  • Loading branch information
davinkevin committed Jun 19, 2015
1 parent c8fbc4a commit 5ef0843
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
4 changes: 1 addition & 3 deletions src/main/resources/static/app/html/item-detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@
<div class="panel-heading">
<h3 class="panel-title">{{ idc.item.title }}</h3>
</div>
<div class="panel-body">
{{ idc.item.description | htmlToPlaintext }}
</div>
<div class="panel-body" ng-bind-html="idc.item.description"></div>
<div class="panel-footer">Date de publication : <strong>{{idc.item.pubdate | date : 'dd/MM/yyyy à HH:mm' }}</strong></div>
</div>
</div>
Expand Down
Loading

0 comments on commit 5ef0843

Please sign in to comment.