function allowDrop(ev) { ev.preventDefault(); }
$scope.allowDrop = function (ev) { ev.preventDefault(); }