-
Notifications
You must be signed in to change notification settings - Fork 25.7k
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
Dart: ng-for, ng-if rendered twice #5311
Comments
Also broken under... This issue can also be reproduced by running the 'todo' example and adding a single entry, which is rendered twice. |
@IgorMinar, @vsavkin, @tbosch this looks weird? Any ideas why this is happening? |
Victor will have a look... |
Still happens on angular 2.4.6 (typescript), directives inside ng-for rendered twice. Directive:
Component:
Console should echoes once, but echoes twice
|
do you use |
ActivatedRoute |
reproduce on Plunkr |
ok, I try to create a plnkr.. NgFor on posts.items property causes a template refresh.
NgFor on posts not caused a template refresh.
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
ng-for, ng-if, (ng-?), directives are rendered twice:
dart:
output:
version:
dart: Dart VM version: 1.13.0-dev.7.10, (& 1.13.0-dev.7.12 )
angular2: '^2.0.0-alpha.46',
+angular2: Nov 13 17:13:47 2015, commit a31e2f5
+angular2: Nov 17 15:24:36 2015, commit 2c8fcec
Modified dart playground, hello, with ng-if, ng-for.
result, under Chromium, and in the generated JS output.
The text was updated successfully, but these errors were encountered: