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

fix(ngTransclude): fix case where ngTransclude attribute value equals its key #13383

Closed
wants to merge 1 commit into from

Conversation

petebacondarwin
Copy link
Contributor

Some preprocessors such as Jade will automatically provide a value for an attribute
rather than leave it empty. E.g. <div ng-transclude="ng-transclude">.
In these situations we still want to use the default transclusion slot.

Closes #12934

… its key

Some preprocessors such as Jade will automatically provide a value for an attribute
rather than leave it empty. E.g. `<div ng-transclude="ng-transclude">`.
In these situations we still want to use the default transclusion slot.

Closes angular#12934
@Narretz
Copy link
Contributor

Narretz commented Nov 25, 2015

LGTM

@josip
Copy link

josip commented Nov 26, 2015

👍 thanks!

@petebacondarwin petebacondarwin deleted the issue-12934 branch November 24, 2016 09:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants