jonathantneal / flexibility

A JavaScript polyfill for Flexbox

Home Page:https://jonathantneal.github.io/flexibility/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using Flexibility with Angular JS

ips-walter-ux opened this issue · comments

Hi there,
I would like to use the Flexibility polyfill in my Angular JS app. When the website loads for the very first time, everything seems OK (when it comes to flex layout on IE9). However when I change the Angular state and load new partial view (without a postback), "Flexibility fix" doesn't seem to be applied anymore. I suppose I need to re-initialize (call one of the API functions) any time the DOM changes?