Render changelog markdown as html in app update dialog

This commit is contained in:
Johannes Zellner
2017-10-17 00:07:58 +02:00
parent 668c03a11b
commit 76d00d4e65

View File

@@ -298,7 +298,7 @@
</div>
<div class="modal-body">
<p>Recent Changes for new version <b>{{ appUpdate.manifest.version}}</b>:</p>
<pre>{{ appUpdate.manifest.changelog }}</pre>
<div ng-bind-html="appUpdate.manifest.changelog | markdown2html"></div>
<br/>
<fieldset>
<form role="form" name="appUpdateForm" ng-submit="doUpdate(appUpdateForm)" autocomplete="off">