Commit 7baad7ff by Torkel Ödegaard

Tech: updated angular libs

parent d7ef6dae
......@@ -39,6 +39,7 @@ angular.module("ang-drag-drop",[])
element.attr("draggable", false);
attrs.$observe("uiDraggable", function (newValue) {
console.log(newValue);
if(newValue){
element.attr("draggable", newValue);
}
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment