diff --git a/ionic/components/slides/slides.ts b/ionic/components/slides/slides.ts index 3c9bd1a526..3f81e7502f 100644 --- a/ionic/components/slides/slides.ts +++ b/ionic/components/slides/slides.ts @@ -1,4 +1,4 @@ -import {Directive, Component, ElementRef, Host, EventEmitter, Input, Output, ChangeDetectionStrategy, ViewEncapsulation} from 'angular2/core'; +import {Directive, Component, ElementRef, Renderer, Host, EventEmitter, Input, Output, ChangeDetectionStrategy, ViewEncapsulation} from 'angular2/core'; import {NgClass} from 'angular2/common'; import {Ion} from '../ion'; @@ -193,9 +193,6 @@ import {Scroll} from '../scroll/scroll'; '
' + '', directives: [NgClass], - host: { - '[class]': 'slideId' - }, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, }) @@ -340,7 +337,7 @@ export class Slides extends Ion { @Output() move: EventEmitter