Skip to content
This repository has been archived by the owner on Oct 30, 2021. It is now read-only.

listen to time/filters changes when on the visualize page #87

Merged
merged 2 commits into from
Dec 15, 2016
Merged

Conversation

scampi
Copy link
Contributor

@scampi scampi commented Dec 8, 2016

close #61

});
// fetch when the time changes
$scope.$listen(timefilter, 'fetch', () => {
_.each($scope.savedObj.groups, group => group.searchSource.fetchQueued());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just make sure that group.searchSource.fetchQueued() never returns false
as this would break the loop

@scampi scampi merged commit 19bc8b3 into master Dec 15, 2016
@scampi scampi deleted the issue61 branch December 15, 2016 14:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

does not react to timepicker update
2 participants