| <!-- 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 --> |
| <div class="power__confirm" ng-class="{active: confirm}"> |
| <div class="power__confirm-message"> |
| <p class="h3"><i></i>Are you sure you want to <strong>{{title}}?</strong></p> |
| <p>{{message}}</p> |
| </div> |
| <div class="power__confirm-buttons"> |
| <button class="btn-primary" ng-click="accept()">Yes</button> |
| <button class="btn-primary" ng-click="cancel()">No</button> |
| </div> |
| </div> |