Commit d3cb7e40c59860783cf73ee781811fe3e3d88188
1 parent
47b0b44a4a
Exists in
master
ok clases popup
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/osm-directive.js
... | ... | @@ -90,7 +90,7 @@ angular.module('focaLogisticaPedidoRuta').directive('focaLogistica', function() |
90 | 90 | 'class="form-control" ondragend="dropEnd()" ondragstart=\'drag(event, '+ |
91 | 91 | JSON.stringify(marcador)+')\' draggable="true"></i>(Arrastrar icono)'; |
92 | 92 | observacion += '<button title="Ver productos" class="btn btn-secondary' + |
93 | - 'float-right mt-2"'+ | |
93 | + ' float-right mt-2"'+ | |
94 | 94 | 'ng-click="verProductos('+marcador.notaPedido.remito.id+')">' + |
95 | 95 | '<i class="fa fa-info" aria-hidden="true"></i>' + |
96 | 96 | '</button>'; |