Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

fix(tab): revert change to linking function #5160

Closed
wants to merge 2 commits into from
Closed

fix(tab): revert change to linking function #5160

wants to merge 2 commits into from

Conversation

areel
Copy link

@areel areel commented Jan 7, 2016

reverting commit 2004757 : return to using the compile function rather than the link function. If tab directive using ng=transclude to inject content, the injected html can not refer to injected variables e.g ng-repeat variables. Have raised issue with more detail.

@wesleycho
Copy link
Contributor

Can you link the issue you are referring to?

@areel
Copy link
Author

areel commented Jan 7, 2016

Sorry got side lined, the background for this PR is outlined in issue #5161

scope.disabled = !! value;
});
}
scope.disabled = false;
Copy link
Contributor

Choose a reason for hiding this comment

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

please fix the indents. thanks.

@wesleycho
Copy link
Contributor

Going to close this as stale - in addition, I believe we will have a fix for the original issue when we enforce Angular 1.5+ support at 3.0.0. I believe this PR as is would trigger a breaking change.

@wesleycho wesleycho closed this Aug 16, 2016
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