GITLAB
Eric Fernandez
/ foca-seguimiento
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
293ce78751deff810ddaf7aba3106cdd69f9d271
Authored by
Nicolás Guarnieri
2018-12-11 11:58:00 -0300
1 parent
51a5b48565
Exists in
master
console para debug
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/js/service.js
Side-by-side Diff
Inline Diff
src/js/service.js
Diff comments
View file @
293ce78
...
...
@@ -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
}