Commit d089840a2ec2c2f1e2da128ff0cd5789d99217c2

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

Merge branch 'master' into 'master'

Master(efernandez)

See merge request !6
... ... @@ -14,7 +14,7 @@ angular.module('focaSeguimiento')
14 14 observaciones: observaciones
15 15 }
16 16 };
17   -
  17 +
18 18 console.info(nuevaPosicion);
19 19 return $http.post(API_ENDPOINT.URL + '/seguimiento', nuevaPosicion);
20 20 });