Ashish Tilara
Ashish Tilara
@elarion, what I did was added a `beforeDrop` on draggable element, passing index, then cloning the object before showing the model, user then changes some attributes of the object from...
here is my `beforedrop` handler ``` beforePersonDrop = function (event, ui, id) { var _this = this, person = _.cloneDeep(_this.people[id]), modalInstance, defer = prvt.$q.defer(); modalInstance = $uibModal.open({ templateUrl: "partials/model.html", backdrop:...
Thank you @daliwali. @jmeas I am about to start a new project and was considering using fortune in AWS lambda functions with API Gateway facilitating http like environment. Also currently...
@repeatedly any plans to add that support?
I am not 100% sure, I doubt it.
+1 I found the "ws" folder in node_modules, but it doesn't have minified version with it, so not sure how to make that work.
Thank you for your comments @danhunsaker, really appreciate your help on this. :+1: