Commit 51c4e039ec70fdcc17cf73f2681f6f49f3ff8152
1 parent
23492b452e
Exists in
master
espacios
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/views/foca-logistica-pedido-ruta.html
... | ... | @@ -3,9 +3,9 @@ |
3 | 3 | ev.preventDefault(); |
4 | 4 | } |
5 | 5 | function drag(ev, marcador) { |
6 | - marcador = JSON.stringify(marcador); | |
6 | + marcador = JSON.stringify(marcador); | |
7 | 7 | ev.dataTransfer.setData("marcador", marcador); |
8 | - var dom_el = document.getElementById('test'); | |
8 | + var dom_el = document.getElementById('test'); | |
9 | 9 | var scope = angular.element(dom_el).scope(); |
10 | 10 | scope.arrastra(); |
11 | 11 | } |