Commit 0273c1b9b9d11bd322c5f963f05458676098583d

Authored by Luigi
1 parent 4a20a29adf
Exists in master and in 1 other branch develop

Pasar parametros de Longitud y Latitud

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/js/controller.js
... ... @@ -218,8 +218,8 @@ angular.module('focaModalDomicilio')
218 218 resolve: {
219 219 parametros: {
220 220 direccion: direccion,
221   - latitud: '',
222   - longitud:''
  221 + latitud: $scope.domicilio.latitud,
  222 + longitud: $scope.domicilio.longitud
223 223 }
224 224 }
225 225 }