Jesse Moseman

Results 10 comments of Jesse Moseman

What all would we need to put in nexus for it to work?

@zumbrother What are you referring to, "adding port to the iframe's origin address"? I was struggling with this same issue.

http://unlockcampus.org/code/tutoring/ng-youtube-embed-demo This example is live and working.

@zumbrother have you thought about doing a pull request with your change? I almost stopped using this library without the added info from this ticket.

``` javascript function HomeController ($scope, Principal, LoginService, $state, Node,AlertService) { var vm = this; //jstree vm.ignoreChanges = false; vm.treeConfig = { core : { multiple : false, animation: true, error...

It looks like during drag ```event.dataTransfer.setData("application/json", JSON.stringify(item))``` The first argument must be "Text" instead of "applicaiton/json".

I did this to fix it. ```javascript pluck: function pluck(model, cb) { return { draggable: true, backup: [], drag: function drag(item, event, inputs) { bak = JSON.stringify(model()); let isIE =...

I'm just keeping a backup copy and and using that to replace it onCancel.

The benefit of doing an open source project like this is that you can use an open source business model. The only main competitor I see in this space for...