You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
sorry for this really noob question but:..I'm learning angularjs and my first "dummy app" is a feed reader, really simple using the google reader api, I load the feeds from a source inside an accordion, this works really fine for the first source than I click...but in the next sources I get a big performance issue...I did a javascript profile first (next are the memory issues :D ) and this shows than fixUpHeight consumes 43.49% of the time...that is a lot and this function seems be a little "tricky"...do you how could I fix this and keep using the accordion element (I like it a lot)....
The text was updated successfully, but these errors were encountered:
Do you think you would be able to provide us a minimal use case of this happening in a running example? You can start with http://plnkr.co/edit/uOlLL0?p=preview
Also, what browser were you in when this started happening?
And you're right, the fixUpHeight function is quite "tricky"!
Hi Andy, I fix the issue removing the accordion between calls using ui-if, so this not need resize between calls, also I did a small change in the angularjs core following this angular/angular.js#1627 I had this issue too but now this works really smooth...very nice!!:..thanks...
sorry for this really noob question but:..I'm learning angularjs and my first "dummy app" is a feed reader, really simple using the google reader api, I load the feeds from a source inside an accordion, this works really fine for the first source than I click...but in the next sources I get a big performance issue...I did a javascript profile first (next are the memory issues :D ) and this shows than fixUpHeight consumes 43.49% of the time...that is a lot and this function seems be a little "tricky"...do you how could I fix this and keep using the accordion element (I like it a lot)....
The text was updated successfully, but these errors were encountered: