All Projects → greengerong → Angular Ie Enhancer

greengerong / Angular Ie Enhancer

Programming Languages

javascript
184084 projects - #8 most used programming language

创建这个repo主要是为了收集,整理一些angular在ie上出现的诡异问题。

1:ieSelectFix:在ie(8,9,10)对于克隆节点不会及时更新, 所以针对ng-options在ng-switch(主要是ng-transclude,存在克隆节点)后台options的model改变,不会及时更新。

  <select ng-options="xxx options" ie-select-fix="options" ></select>

同时也欢迎大家一起加入angular ie的行业,让我们的angular程序在ie世界用的更爽些。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].