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

4 years ago
  1. <div class="modal-header modal-header-{{modal.type}}">
  2. <h3 class="modal-title">{{modal.title}}</h3>
  3. </div>
  4. <div class="modal-body">
  5. {{modal.body}}
  6. </div>
  7. <div class="modal-footer">
  8. <button class="btn btn-{{modal.type}}" ng-click="closeModal()">Close</button>
  9. </div>