I am using Angular translate for my development. I wonder if there is a global configuration for having one time binding for the translation.
Something I expect
$translateProvider.enableOneTimeBinding(true);
I recommend looking at ajwhite's "Angular Translate Once" directive. It's an extension to Angular Translate that adds support for one time bindings.
You can read about it here: Atticus White on Angular Translate Once or you can take a look at Angular Translate Once's Github Repo