Mark Piper

Results 1 comments of Mark Piper

+1 It's possible to work around this by setting the .scrollTop of the md-content inside the md-select-menu, on a delay triggered by md-on-open. Coffeescript workaround: ``` scope.onOpen = ()-> opened...