Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Yep, I agree with this one completely. I'd go even further and say the opposite is true. I see a lot of angular projects needlessly using $scope for handling pure UI rendering issues which do not need to be hooked into the $digest cycle, which can really have an impact on performance as it adds unnecessary watchers. Need to adjust the layout of a UI element? Creating a scope property and binding to ng-style is not the way to go.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: