Commit 926a6adb4b6f6ee486eaffe48abf9ca24cc5a4fb
Exists in
master
and in
1 other branch
Merge branch 'master' into 'master'
Master See merge request !11
Showing
1 changed file
Show diff stats
src/js/controller.js
... | ... | @@ -167,8 +167,7 @@ angular.module('focaBusquedaCliente') |
167 | 167 | }; |
168 | 168 | $scope.seleccionarLocalidad = function(key) { |
169 | 169 | if($scope.cliente.provincia.ID === undefined) { |
170 | - //TODO: Poner modal alert de foca | |
171 | - alert('Seleccione una provincia'); | |
170 | + focaModalService.alert('Seleccione una provincia'); | |
172 | 171 | return; |
173 | 172 | } |
174 | 173 | if(key === 13) { |