Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CAROUSEL_DIRECTIVES: deprecate use of *ngFor="#slidez of slides", throws template parsing error in Angular2.0.0.beta.17 #484

Closed
ydagana opened this issue May 3, 2016 · 1 comment

Comments

@ydagana
Copy link

ydagana commented May 3, 2016

In Carousel Component
<ol class="carousel-indicators" *ngIf="slides.length > 1"> <li [ERROR ->]*ngFor="#slidez of slides" [class.active]="slidez.active === true" (click)="select(slidez)"></li>

We have deprecate use of #slidez, should be let slidez of slides instead.

@valorkin
Copy link
Member

valorkin commented May 7, 2016

fixed with #481

@valorkin valorkin closed this as completed May 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants