-
Notifications
You must be signed in to change notification settings - Fork 27.4k
IE11 issue with two nested ng-repeat in template #11939
Comments
While it is next to impossible to debug without a reproduction (preferrably a live one using CodePen, Plnkr, JSFiddle etc), the following info always helps:
|
I'm using AngularJS 1.3.13. |
Note that just by loading The only thing that I can think of off the top of my head is IE11's not "buffering" calls to #11791 is a similar issue and #11800 is the PR that fixed it. So, as a first step, I would remove In any case, if we don't pinpoint the issue, we can't fix it ! (And as mentioned already, a live reproduction always goes a long way 😃) |
I've tried with angular-animate 1.4.0-rc.2 and it works. |
Thanks for testing. Could you also test if removing your app's dependency on ngAnimate fixes the problem in 1.3.x? |
Hi Narretz, I can confirm that if I remove ngAnimate app's dependency the problem on IE disappear, all run ok and the two nested ng-repeat's rendering works smoothly. |
So, IE's not "buffering" calls to @FabrizioA, fwiw 1.4.0 (stable) is about to be released (before the end of the week if I'm not mistaken), so you might want to migrate to that and reap the benefits (with very little breaking changes) 😉 |
@gkalpak yes we should be able to do it. |
@matsko it would be great if the IE buffering fix could implement into 1.3.x. At this moment I can't upgrade to 1.4.0 :( |
This is now backported to 1.3.x: 0adc036 |
Closing this for now. |
Hi, currently I have a very subdole problem to solve with IE11 and AngularJS.
My page is consist of two nested ng-repeat to create a tabset with a table inside any tab.
Here the code: http://pastebin.com/0fffPz5Z
In the code, each application's object have around 1.000 item's related objects.
With a Chrome, Safari and Mozilla I have no problem, all is superfast! With IE11 the page go slow and IE11 show me the message of a too slow page's script....
I've created an IE11 interface's profiling with this result:
https://www.dropbox.com/s/y5xuystxht6gjkr/IE11-interface-profiling.png?dl=0
Is this another IE11's bug??? Sorry for my English and thanks in advance for any suggestion.
The text was updated successfully, but these errors were encountered: