You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

11 lines
271 B

<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>