Commit 7a5482154e245a191980aa1369045c7ee7aa4464
1 parent
fe5ae82307
Exists in
master
Cambio de set de texto a ng-bind
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/views/foca-busqueda-cliente-modal.html
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <div class="row w-100"> |
3 | 3 | <div class="col-lg-4 col-7"> |
4 | 4 | <h5 class="modal-title my-1" ng-hide="ingreso">Búsqueda de Cliente</h5> |
5 | - <h5 class="modal-title my-1" ng-show="ingreso">{{accion}}</h5> | |
5 | + <h5 class="modal-title my-1" ng-show="ingreso" ng-bind="accion"></h5> | |
6 | 6 | </div> |
7 | 7 | <div ng-show="ingreso" class="col-lg-6 col-5 front-index"> |
8 | 8 | <div class="custom-control custom-checkbox mt-2"> |