Skip to content

Commit a08ad54

Browse files
committed
move scroll to overlay
1 parent 8fff999 commit a08ad54

File tree

5 files changed

+4
-186
lines changed

5 files changed

+4
-186
lines changed

src/lib/core/core.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {PortalModule} from './portal/portal-directives';
66
import {OverlayModule} from './overlay/overlay-directives';
77
import {A11yModule, A11Y_PROVIDERS} from './a11y/index';
88
import {OVERLAY_PROVIDERS} from './overlay/overlay';
9-
import {ScrollDispatcher} from './scroll/scroll-dispatcher';
109

1110

1211
// RTL

src/lib/core/scroll/scroll-dispatcher.spec.ts

Lines changed: 0 additions & 78 deletions
This file was deleted.

src/lib/core/scroll/scroll-dispatcher.ts

Lines changed: 0 additions & 60 deletions
This file was deleted.

src/lib/core/scroll/scrollable.ts

Lines changed: 0 additions & 47 deletions
This file was deleted.

src/lib/sidenav/sidenav.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,12 @@ import {InteractivityChecker} from '../core/a11y/interactivity-checker';
2626
import {ScrollDispatcher} from '../core/overlay/scroll/scroll-dispatcher';
2727
=======
2828
import {MdLiveAnnouncer} from '../core/a11y/live-announcer';
29+
<<<<<<< 7f62f0a674630555a66a123367e701089f68e338
2930
import {ScrollDispatcher} from '../core/scroll/scroll-dispatcher';
3031
>>>>>>> review response
32+
=======
33+
import {ScrollDispatcher} from '../core/overlay/scroll/scroll-dispatcher';
34+
>>>>>>> move scroll to overlay
3135

3236

3337
/** Exception thrown when two MdSidenav are matching the same side. */

0 commit comments

Comments
 (0)