Closed j-chimienti closed 6 years ago
having many $scope.$watch is not good for performance.
We should utilize $rootScope and $scope.$on to reduce the number of watches
76 of these babies. Sometimes it crosses over 100
[ { "last": "is-valid", "eq": false }, { "last": 61, "eq": false }, ...
Issue:
having many $scope.$watch is not good for performance.
We should utilize $rootScope and $scope.$on to reduce the number of watches
Watches
76 of these babies. Sometimes it crosses over 100