Commit 822f030d93439f9f160fc4b6d4d75435eca66347

Authored by Jose Pinto
1 parent 3bbfc92f71
Exists in master and in 1 other branch develop

reemplazo alert por modal

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -168,7 +168,7 @@ angular.module('focaBusquedaCliente')
168 168 $scope.seleccionarLocalidad = function(key) {
169 169 if($scope.cliente.provincia.ID === undefined) {
170 170 //TODO: Poner modal alert de foca
171   - alert('Seleccione una provincia');
  171 + focaModalService.alert('Seleccione una provincia');
172 172 return;
173 173 }
174 174 if(key === 13) {