Commit f3b8d5407e891c3f830547d95ebe78d233e9bb32
Exists in
master
Merge branch 'master' into 'master'
Master (pmarco) See merge request modulos-npm/foca-admin-seguimiento!1
Showing
1 changed file
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 | }); |