Commit 0826f5cac5a27b83a9ab07fdcc96c2b360dc9ca8

Authored by Eric Fernandez
1 parent f964511f73
Exists in master and in 1 other branch develop

ng bind por {{}}

src/views/modal-alert.html
... ... @@ -2,8 +2,8 @@
2 2 <h4>Alerta</h4>
3 3 </div>
4 4 <div class="modal-body">
5   - <p>
6   - {{param}}
  5 + <p ng-bind="textoModal">
  6 +
7 7 </p>
8 8 </div>
9 9 <div class="modal-footer">
src/views/modal-confirm.html
... ... @@ -2,8 +2,8 @@
2 2 <h4>Confirmar</h4>
3 3 </div>
4 4 <div class="modal-body">
5   - <p>
6   - {{param}}
  5 + <p ng-bind="textoModal">
  6 +
7 7 </p>
8 8 </div>
9 9 <div class="modal-footer">