Commit ad720d7362ec725b652fabd150d4439cff4497db
1 parent
5868f79d1e
Exists in
master
and in
1 other branch
Agregue observaciones a seguimiento.
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/js/osm-directive.js
| ... | ... | @@ -16,7 +16,8 @@ angular.module('focaAdminSeguimiento').directive('osm', function() { |
| 16 | 16 | .bindPopup( |
| 17 | 17 | "Actividad: " + marcador.actividad + '<br/>' + |
| 18 | 18 | 'Fecha: ' + $filter('date')(marcador.fecha.slice(0,10), 'dd/MM/yyyy') + |
| 19 | - ' ' + marcador.fecha.slice(11,19) | |
| 19 | + ' ' + marcador.fecha.slice(11,19) + '<br/>' + | |
| 20 | + marcador.observaciones | |
| 20 | 21 | ).openPopup(); |
| 21 | 22 | }); |
| 22 | 23 | }); |