Commit 3f6bf9b763f5354ed49797338d82fd5ed9007c48
1 parent
a51853bc8e
Exists in
master
and in
1 other branch
class (para remito abierto)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/views/modal-alert.html
| 1 | <div class="modal-header"> | 1 | <div class="modal-header"> |
| 2 | <h4>Atención</h4> | 2 | <h4>Atención</h4> |
| 3 | </div> | 3 | </div> |
| 4 | <div class="modal-body"> | 4 | <div class="modal-body"> |
| 5 | <p ng-bind="textoModal"> | 5 | <p ng-bind="textoModal" class="alertRemito"> |
| 6 | 6 | ||
| 7 | </p> | 7 | </p> |
| 8 | </div> | 8 | </div> |
| 9 | <div class="modal-footer"> | 9 | <div class="modal-footer"> |
| 10 | <button class="btn btn-primary" ng-click="aceptar()" foca-focus="true">Aceptar</button> | 10 | <button class="btn btn-primary" ng-click="aceptar()" foca-focus="true">Aceptar</button> |
| 11 | </div> | 11 | </div> |
| 12 | 12 |