Cleaning toxic code

stable
David Barragán Merino 2014-07-30 12:34:38 +02:00
parent 59819b01de
commit b3809b507c
1 changed files with 1 additions and 8 deletions

View File

@ -103,12 +103,6 @@ ProjectValuesDirective = ($log, $repo, $confirm, $location) ->
itemEl = null
tdom = $el.find(".sortable")
deleteElement = (itemEl) ->
# Completelly remove item and its scope from dom
itemEl.scope().$destroy()
itemEl.off()
itemEl.remove()
tdom.sortable({
handle: ".row.table-main.visualization",
dropOnEmpty: true
@ -118,7 +112,6 @@ ProjectValuesDirective = ($log, $repo, $confirm, $location) ->
})
tdom.on "sortstop", (event, ui) ->
parentEl = ui.item.parent()
itemEl = ui.item
itemValue = itemEl.scope().value
itemIndex = itemEl.index()