purecloudlabs / fixtable-angular

Angular wrapper for Fixtable grid
MIT License
3 stars 3 forks source link

bug (fixtable): use correct object prop to eject from pagingOptions w… #53

Closed liropa closed 3 years ago

liropa commented 3 years ago

Prevents runtime error 'pagingOptions.type not found'

Fixes #52

liropa commented 3 years ago

@lewisalexj it may not be necessary. I don't think bower uses a lockfile and fixtable-angular isn't pegged to a specific version ("fixtable-angular": "^2.3",), so we should be ok. That being said, we should test it once this PR is deployed.