Skip to content

Commit

Permalink
fix(carousel): fix demo expressionChanged error (#2358)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaSurmay authored and valorkin committed Aug 4, 2017
1 parent f265e95 commit c0347d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/app/components/+carousel/demos/dynamic/dynamic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Component } from '@angular/core';
export class DemoCarouselDynamicComponent {
public myInterval: number = 1500;
public slides: any[] = [];
public activeSlideIndex: number;
public activeSlideIndex: number = 0;
public noWrapSlides:boolean = false;

public constructor() {
Expand Down

0 comments on commit c0347d7

Please sign in to comment.