Code Monkey home page Code Monkey logo

Comments (4)

bcherny avatar bcherny commented on May 28, 2024

Thanks @chiptus!

I don't think we want to go down this route. What if the consumer already wrapped their function in scope.$apply? We'd have to then wrap the $apply that we added in a try/catch, which is not ideal (it would fail to throw legitimate errors, and it would prevent V8 from optimizing the code in many cases).

from react2angular.

Aaron-Pool avatar Aaron-Pool commented on May 28, 2024

Sorry, to resurrect an old issue, but might $evalAsync be a good candidate for this? It will use a digest cycle if one is already in progress, but will trigger one if it isn't. So, it shouldn't matter if the user already wrapped the function call in $scope.$apply.

from react2angular.

chiptus avatar chiptus commented on May 28, 2024

I think this is best handled by the user of the library

from react2angular.

jamesz avatar jamesz commented on May 28, 2024

Existing behaviour can still be retained while giving the option to $applyAsync, or $evalAsync through an optional options parameter at the end with say two boolean optional keys applyAsync and evalAsync. I don't think $apply should be an option for reasons already discussed above.

We ended up forking in order to add this functionality, but as I imagine many other users of this library would probably want to avoid having to fork as well. Adding this option seems like useful functionality without any downsides.

from react2angular.

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.