perf(input): prevent additional $digest when input is already touched
@kevinjamesus86 noticed that the input control would trigger a $digest cycle every time it was blurred, https://github.com/angular/angular.js/commit/adcc5a00bf582d2b291c18e99093bb0854f7217c#commitcomment-7129512. After the control is in a $touched state, other $digest cycles are unnecesary. Closes #8450
A
Arturo Guzman committed
dd2a803f4f03ab629a51623c026d3e3f9dc9e91f
Parent: 7884c25
Committed by Peter Bacon Darwin <pete@bacondarwin.com>
on 8/2/2014, 3:49:38 PM