I'm developing a web app with many charts and to improve the performance i would like to disable the deep watchers of the directive on data and options, so that it will be possibile to make a one time binding
Hi, thanks for the kind words ! Have your tried angular one time binding ? More info on this here : https://docs.angularjs.org/guide/expression (look for the chapter "One time binding").
Hi, thank you for the amazing directive.
I'm developing a web app with many charts and to improve the performance i would like to disable the deep watchers of the directive on data and options, so that it will be possibile to make a one time binding
thank you for your help