-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Is it possible to bind double click event from controller ?
I followed vakata/jstree#515, but double click event was not fired.
`
var myApp = angular.module('myApp', [ 'jsTree.directive']);
myApp.controller('mainController', function($scope) {
// jstree double click event
// vakata/jstree#515
$(function() {
console.log( "ready!", $('#mytree') );
$('#mytree').on('dblclick','.jstree-anchor', function (e) {
alert("double click fired");
});
});
})
`
Metadata
Metadata
Assignees
Labels
No labels