Hi all! As far as I understand there are two major performance improvements in AngularJS 1.3:
$compileProvider.debugInfoEnabled(false); (https://docs.angularjs.org/guide/production#disabling-debug-data) and $httpProvider.useApplyAsync(true); (https://docs.angularjs.org/api/ng/provider/$httpProvider) Since these features are not enabled by default, I'm asking myself if there are any reasons not to use them... Especially $httpProvider.useApplyAsync(true), are there any drawbacks with this? Thanks for your help! Michael -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
