Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

md-checkbox with ng-checked fires multiple time #4868

@rtprakash

Description

@rtprakash

I have used md-checkbox with ng-repeat, ng-checked and ng-click directives. When i click one checkbox ng-click directive fires only once and it adds/removes the selected item from the array. At the same time ng-checked fires multiple times. So sometimes it is not toggle the selection. It not only fires the method associated with this ng-checked and also other methods associated with ng-checked in that form.

https://codepen.io/anon/pen/OybzEK

I have logged the method name thru console.log()

Metadata

Metadata

Assignees

Labels

P1: urgentUrgent issues that should be addressed in the next minor or patch release.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions