We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9155856 commit a61e2e9Copy full SHA for a61e2e9
src/components/sidenav/sidenav.ts
@@ -11,7 +11,6 @@ import {
11
Output,
12
QueryList,
13
Type,
14
- View,
15
ChangeDetectionStrategy
16
} from 'angular2/core';
17
import {PromiseWrapper, ObservableWrapper, EventEmitter} from 'angular2/src/facade/async';
@@ -245,8 +244,6 @@ export class MdSidenav {
245
244
// Do not use ChangeDetectionStrategy.OnPush. It does not work for this component because
246
// technically it is a sibling of MdSidenav (on the content tree) and isn't updated when MdSidenav
247
// changes its state.
248
-})
249
-@View({
250
directives: [MdSidenav],
251
templateUrl: './components/sidenav/sidenav.html',
252
styleUrls: [
0 commit comments