mattiash / angular-tablesort

Sort angularjs tables easily
MIT License
185 stars 66 forks source link

Fix 'Intl.Collator is not a constructor' for polyfilled Intl #97

Closed Anber closed 7 years ago

Anber commented 7 years ago

Intl polyfill doesn't support Intl.Collator.

mattiash commented 7 years ago

Included in 1.6.0. Thanks for the patch!