modal-alert.html 262 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 11 <div class="modal-header"> <h4>Atención</h4> </div> <div class="modal-body"> <p ng-bind="textoModal"> </p> </div> <div class="modal-footer"> <button class="btn btn-primary" ng-click="aceptar()" foca-focus="true">Aceptar</button> </div>