Commit e98f0521258159c3d8e59a2fc44e913af7161b0b

Authored by Eric Fernandez
Exists in master and in 1 other branch develop

Merge branch 'master' into 'master'

Master (pmarco)

See merge request modulos-npm/foca-seguimiento!1
... ... @@ -4,7 +4,7 @@ angular.module('focaSeguimiento')
4 4 function($http, API_ENDPOINT, cordovaGeolocationService) {
5 5 return {
6 6 guardarPosicion: function(actividad, observaciones) {
7   - cordovaGeolocationService.getCurrentPosition(function(posicion){
  7 + cordovaGeolocationService.getCurrentPosition(function(posicion) {
8 8 var nuevaPosicion = {
9 9 posicion: {
10 10 latitud: posicion.coords.latitude,