Alexander Ventura
Results
2
issues of
Alexander Ventura
Could be implemented as a binding on the draggable attribute. ``` ``` JS (in, say, a controller): ``` this.dragging = false; // Disables dragging this.dragging = true; // Enables dragging...
enhancement
The current implementation of new_from_json does not seem to work for me: ``` new_from_json(Model, JSON) -> DummyRecord = boss_record_lib:dummy_record(Model), Attributes = DummyRecord:attribute_names(), Set = set_attribute(_, [{id, id}] ++ JSON, _),...