Add some $variables to the post install message
This way the post install messages can be better. Removed it as a filter because I cannot figure how to pass args to it
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
</h5>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div ng-bind-html="app.manifest.postInstallMessage | postInstallMessage:app | markdown2html"></div>
|
||||
<div ng-bind-html="app.manifest.postInstallMessage | markdown2html"></div>
|
||||
<div ng-show="app.manifest.documentationUrl">
|
||||
Please see the <a target="_blank" ng-href="{{ app.manifest.documentationUrl }}">documentation</a> for more information.
|
||||
</div>
|
||||
@@ -281,7 +281,7 @@
|
||||
<h4>First Time Setup</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div ng-bind-html="app.manifest.postInstallMessage | postInstallMessage:app | markdown2html"></div>
|
||||
<div ng-bind-html="app.manifest.postInstallMessage | markdown2html"></div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<div class="form-group pull-left" ng-show="postInstallMessage.openApp">
|
||||
|
||||
Reference in New Issue
Block a user