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: links in label do not work #852

@epelc

Description

@epelc

When you have a link within an md-checkbox clicking on the link toggles the checkbox instead of opening the link. Example

md-checkbox-link

 <md-checkbox ng-model="user.AcceptedTerms">
    I agree to the <a ui-sref="legal.tos">Terms of Service</a>
</md-checkbox>

I also tried to add ng-click="$event.stopPropagation()" and ng-click="$event.stopPropagation()" to the <a>. It also doesn't work if you use an href instead of ui-sref.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions