mattiash / angular-tablesort

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

Fix typedefs namespace #104

Closed ChrisMBarr closed 6 years ago

ChrisMBarr commented 6 years ago

This PR simply changes the wrapping namespace in the type definitions for Typescript. We were running into issues on projects where this overwrote the angular namespace. Now this should behave like any other angular namespace extension.

mattiash commented 6 years ago

Looks reasonable. I use typescript for a lot of things, but not for angularjs, so I don't have any way of testing this.