mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
bypass angular sanitization, doing it with jsoup and allowing embedded videos
add html content to dom only when entry is opened
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<a href="{{entry.url}}" target="_blank">{{entry.title}}</a>
|
||||
</h4>
|
||||
</div>
|
||||
<div ng-bind-html="entry.content"></div>
|
||||
<div ng-bind-html-unsafe="entry.content" ui-if="isOpen && current == entry"></div>
|
||||
</div>
|
||||
</accordion-group>
|
||||
</accordion>
|
||||
|
||||
Reference in New Issue
Block a user