Is anyone having luck with angular in large scale apps? We're seeing significant performance drops, with a higher volume of elements using ngModel, and such. Most noticeably with text input's using ngModel, which seem to cause the entire app to re-digest on every keystroke.
$setViewValue is documented as far as I remember. It's part of ngModelController.
Pete
...from my mobile.