Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core): add scrollable view properties to connected pos strategy (#…
…2259) * feat(scroll): provide directive and service to listen to scrolling * review response * fix lint * move scroll to overlay * feat(scroll): hide tooltip when clipped by scrollable container * use overlay for clipping instead of trigger * add tooltip test * add test for scroll dispatcher * add comment about the ScrollableViewProperties * revert tooltip demo * add extra lines to tooltip demo files * add connected position strategy tests * make lint happy * add scroll demo to tooltip * make FF and IE happy in tests * change test back to Chrome * remove fdescribe * resolve comments * remove usage of scrollables until throttling is set up * remove sha * remove combineLatest * remove unused OnInit import
- Loading branch information