angular-fabric
angular-fabric copied to clipboard
'object:moving' event does not fire
$scope.fabric = new Fabric({
JSONExportProperties: FabricConstants.JSONExportProperties,
textDefaults: FabricConstants.textDefaults,
shapeDefaults: FabricConstants.shapeDefaults,
json: {}
});
$scope.fabric.on('object:moving', function (e) {
console.log("Object moving")
})
};