Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filtering causes Error: $rootScope:infdig Infinite $digest Loop #114

Closed
ernestjumbe opened this issue Sep 16, 2015 · 2 comments
Closed

Filtering causes Error: $rootScope:infdig Infinite $digest Loop #114

ernestjumbe opened this issue Sep 16, 2015 · 2 comments
Assignees
Labels

Comments

@ernestjumbe
Copy link

If you do something like:

<input type="text" ng-model="search.name.first">
<hot-table on-after-selection="ctrl.onAfterSelection" stretch-h="ctrl.stretchH" row-headers="true" col-headers="true" datarows="ctrl.data | filter:search:strict" columns="ctrl.columns"></hot-table>

You get Error: $rootScope:infdig Infinite $digest Loop With smaller data sets the filter will work however, with larger data sets the Browser becomes unresponsive when you begin to type in the input box.

@budnix budnix added the Bug label Sep 21, 2015
@budnix budnix self-assigned this Sep 21, 2015
@budnix
Copy link
Member

budnix commented Sep 21, 2015

Confirmed, Thanks!

@budnix budnix added Merged and removed Bug labels Sep 22, 2015
@budnix budnix added Released and removed Merged labels Oct 5, 2015
@budnix
Copy link
Member

budnix commented Oct 5, 2015

Bug fixed in 0.7.0-beta3

@budnix budnix closed this as completed Oct 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants