Can anyone please help me understand what has changed regarding window resizing between v1.0.8 and v1.2.x?
I'm using the jQuery plugin 'ui-layout' (which doesn't seem to be well supported these days, but works great for my purposes). The plugin works well with html markup and I haven't had to write any angular directives for it. All I do is initialize it in one of my .run() functions. When using angular v1.0.8 and I resize the browser window, the plugin's auto-resize kicks in and my content reflows correctly. When using angular v1.2.9 and I resize the browser window, the plugin's auto-resize kicks in but my content does not reflow at all. I know the plugin is doing some resizing because the 'grab-bar' on the resizer moves according to the window size. It's MY content that is not resizing. That content is dynamically loaded into an ng-view. Somehow, the plugin is unaware of my content, or it's not able to tell the content to re-flow. Thanks in advance for any help! -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
