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

anchor tag <a> doesn't work without href because of unsafe: link (IE 8 and below) #2219

Closed
@dai-shi

Description

@dai-shi

For IE8 and below, there is a special care in htmlAnchorDirective like the following:

if (msid <= 8) {
  if (!attr.href && !attr.name) {
    attr.$set('href', '');
  }
 ...

The change 9532234 is troublesome as it marks the href='' to be unsafe.

This used to work with angular-1.0.2.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions