-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
perfThis issue is related to performanceThis issue is related to performance
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
The user should check/uncheck the checkboxes without any issue.
There should be no performance issues.
What is the current behavior?
App freezes because zone.js
seems to enter in an infinite loop (see screenshot below)
What are the steps to reproduce?
Here http://plnkr.co/edit/VWoFD33JedmlFWjIOpIN?p=preview
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, browsers are affected?
"dependencies": {
"@angular/common": "2.0.0-rc.1",
"@angular/compiler": "2.0.0-rc.1",
"@angular/core": "2.0.0-rc.1",
"@angular/http": "2.0.0-rc.1",
"@angular/router": "3.0.0-alpha.3",
"@angular/platform-browser": "2.0.0-rc.1",
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
"@angular/router-deprecated": "2.0.0-rc.1",
"@angular2-material/button": "2.0.0-alpha.5-2",
"@angular2-material/card": "2.0.0-alpha.5-2",
"@angular2-material/checkbox": "2.0.0-alpha.5-2",
"@angular2-material/core": "2.0.0-alpha.5-2",
"@angular2-material/grid-list": "2.0.0-alpha.5-2",
"@angular2-material/icon": "2.0.0-alpha.5-2",
"@angular2-material/list": "2.0.0-alpha.5-2",
"@angular2-material/sidenav": "2.0.0-alpha.5-2",
"@angular2-material/toolbar": "2.0.0-alpha.5-2",
"@angular2-material/progress-circle": "2.0.0-alpha.5-2",
"angularfire2": "^2.0.0-beta.1",
"es6-shim": "^0.35.0",
"firebase": "^3.0.3",
"es6-shim": "0.35.1",
"reflect-metadata": "0.1.3",
"rxjs": "5.0.0-beta.6",
"systemjs": "0.19.26",
"zone.js": "0.6.12"
}
Is there anything else we should know?
Metadata
Metadata
Assignees
Labels
perfThis issue is related to performanceThis issue is related to performance