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

checkbox fix for #575 #582

Closed
wants to merge 1 commit into from

Conversation

sendilkumarn
Copy link
Contributor

Verified

This commit was signed with the committer’s verified signature. The key has expired.
dargmuesli Jonas Thelemann
@googlebot googlebot added the cla: yes PR author has agreed to Google's Contributor License Agreement label May 30, 2016
@jelbourn
Copy link
Member

@sendilkumarn Can you title your PRs such that it's clear what they're doing, and include some description that has a high level summary of your changes and why they fix the issue? Seeing just "checkbox fix" makes it more difficult to review.

@@ -11,7 +11,8 @@
[attr.aria-labelledby]="ariaLabelledby"
(focus)="onInputFocus()"
(blur)="onInputBlur()"
(change)="onInteractionEvent($event)">
(change)="onInteractionEvent($event)"
(click)="onInteractionEvent($event)">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't seem right. What is the underlying bug you're trying to address?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

upon clicking, checkbox fires click function twice. Ideally it should fire it once right?

@jelbourn
Copy link
Member

This change will also need a unit test.

@sendilkumarn
Copy link
Contributor Author

For PR - I will :)

Unit Test, I totally forgot. I will add it by today.

@sendilkumarn
Copy link
Contributor Author

sendilkumarn commented Jun 1, 2016

I will close this PR and add another. sorry for any inconvienience

@sendilkumarn sendilkumarn deleted the checkbox-click branch June 1, 2016 09:23
@renevall renevall mentioned this pull request Jul 5, 2016
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes PR author has agreed to Google's Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants