| Iftekharul Islam | f157d37 | 2017-03-08 11:11:27 -0600 | [diff] [blame] | 1 | <!-- 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 --> | 
| Michael Davis | ea5241a | 2017-07-12 15:56:55 -0500 | [diff] [blame^] | 2 | <div class="inline__confirm" ng-class="{active: confirm}"> | 
|  | 3 | <div class="inline__confirm-message"> | 
| Iftekharul Islam | f157d37 | 2017-03-08 11:11:27 -0600 | [diff] [blame] | 4 | <p class="h3"><i></i>Are you sure you want to <strong>{{title}}?</strong></p> | 
|  | 5 | <p>{{message}}</p> | 
|  | 6 | </div> | 
| Michael Davis | ea5241a | 2017-07-12 15:56:55 -0500 | [diff] [blame^] | 7 | <div class="inline__confirm-buttons"> | 
| Iftekharul Islam | f157d37 | 2017-03-08 11:11:27 -0600 | [diff] [blame] | 8 | <button class="btn-primary" ng-click="accept()">Yes</button> | 
|  | 9 | <button class="btn-primary" ng-click="cancel()">No</button> | 
|  | 10 | </div> | 
|  | 11 | </div> |