docs(forms): remove redundant call to `$scope.$apply()`
As of Angular 1.3 `$setViewValue` already calls `$apply` and triggers a digest cycle, so now there is no need wrapping the `$setViewValue` function call with `$apply`, which will just trigger an additional digest cycle.
N
Nir Noy committed
5f5ee0f880c28f8d1e30f5734076cd153f009aac
Parent: 46b7cf7
Committed by Georgios Kalpakas <g.kalpakas@hotmail.com>
on 6/16/2015, 10:20:57 AM