Commit 1142e6bf02b69c7b203b4e41b1b143c7837beea7

Authored by Nicolás Guarnieri
Exists in master and in 1 other branch develop

Merge branch 'master' into 'master'

Master

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