I'm running into some performance issues because one of my views can potentially have tons of expressions being bound and as a result tons watches firing for each.
Is there a way to output an expression once and then not watch it for changes?
I'm thinking like a filter or something along these lines:
{{ something.mytext | nowatch }}
But I'm open to anything!
I found this tutorial that describes what I'm looking for in Angular 1.3, unfortunately as of now I am stuck in an old version (1.0.7).