<div>
Hello {{yourName}}. You are {{yourAge}}!
</div>
<div>
Your Name: <input ng-model="yourName">
Your Age: <input ng-model="yourAge">
</div>
$scope.$watch('::doACalculation()', watchListener);
<div ng-repeat="person in ::people"> <!-- people is boundonce... -->
{{::person.name}}
{{person.age}} <!-- not bound once... -->
</div>
Speeding up AngularJS apps with simple optimizations by Todd Motto
bindonce module by Pasvaz