Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

fix(showHide): Don't set up $md-resize $broadcasting $watcher until r… #6170

Closed
wants to merge 1 commit into from

Conversation

kseamon
Copy link
Contributor

@kseamon kseamon commented Dec 8, 2015

…ecieving $md-resize-enable

Fixes #5760

@kseamon
Copy link
Contributor Author

kseamon commented Dec 8, 2015

@jelbourn @ThomasBurleson

@@ -143,6 +143,7 @@ function VirtualRepeatContainerController(
jWindow.off('resize', debouncedUpdateSize);
});

$scope.$emit('$md-resize-enable');
Copy link
Member

Choose a reason for hiding this comment

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

Is there a way to make this optional if you want your virtual-repeat to be totally static?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Why would you want that? In effect that means it would just not work sometimes.

@kseamon kseamon closed this in 2f18bb4 Dec 9, 2015
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.

2 participants