genkio / blog

Stay hungry stay foolish
https://slashbit.github.io/blog/
0 stars 1 forks source link

Issue with view updates properly in Chrome but not in Safari #107

Closed genkio closed 7 years ago

genkio commented 7 years ago
<!-- one time binding in ng-repeat causes issue with Safari -->
<div ng-repeat="comment in ::comments">
<!-- the fix -->
<div ng-repeat="comment in comments">