-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(checkbox): Handle transition when unset checkbox is interacted with
This commit fixes a bug where the initial `unchecked -> checked` animation wasn't firing correctly when the checkbox was interacted with from its initial state (e.g. when `[checked]` or `[(ngModel)]` isn't bound to the component). Fixes #183. Closes #227
- Loading branch information
1 parent
87e3a32
commit dde9359
Showing
2 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters