<div class="animate-repeat" ng-repeat="reply in infinite_replies" ng-style="{width: reply.width +'px'}">
I have this code and this is making my performance way slower than before…
<div class="animate-repeat" ng-repeat="reply in infinite_replies" ng-style="{width: reply.width +'px'}">
I have this code and this is making my performance way slower than before…
Have you tried using the one time binding syntax?
@gmarziou using angularJS 1.4.3 and :: syntax for ng-repeat is not working. it just breaks the data and data is not there anymore.