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
341 B
11 lines
341 B
<div class="modal-header">
|
|
<h3 class="modal-title">{{operation}}?</h3>
|
|
</div>
|
|
<div class="modal-body">
|
|
Are you sure you wish to {{operation}}?
|
|
</div>
|
|
<div class="modal-footer">
|
|
<button class="btn btn-primary" ng-click="ok()">{{operation}}</button>
|
|
<button class="btn btn-warning" ng-click="cancel()">Cancel</button>
|
|
</div>
|