blob: 24674d3ab4b33be01963bff49897c0544d6de9b0 [file] [log] [blame]
Iftekharul Islamf157d372017-03-08 11:11:27 -06001<!-- Confirmation message - to accommodate the message for smaller screens we need to grab the height of the message and apply that height to "power-option" row -->
2<div class="power__confirm" ng-class="{active: confirm}">
3 <div class="power__confirm-message">
4 <p class="h3"><i></i>Are you sure you want to <strong>{{title}}?</strong></p>
5 <p>{{message}}</p>
6 </div>
7 <div class="power__confirm-buttons">
8 <button class="btn-primary" ng-click="accept()">Yes</button>
9 <button class="btn-primary" ng-click="cancel()">No</button>
10 </div>
11</div>