mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-02-12 09:27:01 +01:00
feat(users): set modal support html css
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<div class="modal-header">
|
||||
<h4>{{modalOptions.headerText}}</h4>
|
||||
<h4 ng-bind-html="modalOptions.headerText"></h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>{{modalOptions.bodyText}}</p>
|
||||
<p ng-bind-html="modalOptions.bodyText"></p>
|
||||
|
||||
<p ng-show="modalOptions.bodyParams">{{modalOptions.bodyParams}}</p>
|
||||
<p ng-show="modalOptions.bodyParams" ng-bind-html="modalOptions.bodyParams"></p>
|
||||
|
||||
<div class="modal-options margin-top-30 margin-left-10 margin-right-10" ng-show="modalOptions.selectOptions.enable">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user