I have problems with AngularJS performance when showing many items in a <select>
. I have created a fiddle where the problem can be seen:
Selecting an item takes several seconds.
Interestingly the problem only occurrs when selecting an item the FIRST time. After that, selecting an item is fast.
Why? What is causing this slowness? Is there a workaround?