Commit 550a67ae11185539df7d5c2fb914f0b3662c22ee
1 parent
822f030d93
Exists in
master
fuera ToDo
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/js/controller.js
| ... | ... | @@ -167,7 +167,6 @@ 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 | 170 | focaModalService.alert('Seleccione una provincia'); |
| 172 | 171 | return; |
| 173 | 172 | } |