mirror of
https://git-old.hatthieves.es/g/g.git
synced 2026-06-27 03:55:58 +00:00
12 lines
271 B
HTML
12 lines
271 B
HTML
<div class="modal-header modal-header-{{modal.type}}">
|
|
<h3 class="modal-title">{{modal.title}}</h3>
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
{{modal.body}}
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
|
<button class="btn btn-{{modal.type}}" ng-click="closeModal()">Close</button>
|
|
</div>
|