Anton Rodionov
Results
2
comments of
Anton Rodionov
I also noticed ng-if slows ui-select down when it gets opened, but after quick profiling I found that it's because of _ngAnimate_, that by default "animates" every ng-if, ng-show, etc....
@jpdesigndev A bit about how to turn _ngAnimate_. Every item of the list that ui-select renders is wrapped by ng-show. By default, every ng-show is animated (it might be not...