Coder Social home page Coder Social logo

Comments (3)

andrewboni avatar andrewboni commented on August 11, 2024

Update- I was able to solve this. I just needed to add the mouse-capture directive. So something like this did the trick for me:

    <div mouse-capture ng-keydown="keyDown($event)" ng-keyup="keyUp($event)">

    <flow-chart
    style="margin: 5px; width: 100%; height: 2000px;"
    chart="chartViewModel"
    >
    </flow-chart>
    </div>

from angularjs-flowchart.

ashleydavis avatar ashleydavis commented on August 11, 2024

Thanks for sharing your solution. If you want to fork and change the code to produce a decent error message instead of the error you saw please do so, I'll be happy to merge your change into the code.

from angularjs-flowchart.

 avatar commented on August 11, 2024

I got this error:

TypeError: $element.unbind is not a function
    at Object.release (http://0.0.0.0:3000/plugins/flowchart/mouse_capture_service.js:97:13)
    at Object.acquire (http://0.0.0.0:3000/plugins/flowchart/mouse_capture_service.js:68:9)
    at Object.startDrag (http://0.0.0.0:3000/plugins/flowchart/dragging_service.js:92:17)
    at Scope.FlowChartController.$scope.nodeMouseDown (http://0.0.0.0:3000/plugins/flowchart/flowchart_directive.js:294:12)
    at fn (eval at <anonymous> (http://0.0.0.0:3000/plugins/angular/angular.js:13275:15), <anonymous>:4:427)
    at callback (http://0.0.0.0:3000/plugins/angular/angular.js:23481:17)
    at Scope.$eval (http://0.0.0.0:3000/plugins/angular/angular.js:15922:28)
    at Scope.$apply (http://0.0.0.0:3000/plugins/angular/angular.js:16022:25)
    at SVGGElement.<anonymous> (http://0.0.0.0:3000/plugins/angular/angular.js:23486:23)
    at SVGGElement.jQuery.event.dispatch (https://code.jquery.com/jquery-2.1.4.js:4435:9)

The error was solved using @andrewboni solution, thanks!

from angularjs-flowchart.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.