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

fix(tooltip): remove child scope requirement #2918

Conversation

chrisirhc
Copy link
Contributor

Supersedes #1816. I realized I could resolve a few issues while refactoring the scope.
I intend to merge this first thing tomorrow.

tt_ scope variables are now in the ttScope which is specific to each
tooltip directive (multiple tooltip directives can now run on the same
element).

This allows tooltips to be used alongside any directive that may or
may not require different scope types.

Closes #1269
Fixes #2320
Fixes #2203

@chrisirhc chrisirhc added this to the 0.12 milestone Nov 2, 2014
tt_ scope variables are now in the ttScope which is specific to each
tooltip directive (multiple tooltip directives can now run on the same
element).

This allows tooltips to be used alongside any directive that may or
may not require different scope types.

Closes angular-ui#1269
Fixes angular-ui#2320
Fixes angular-ui#2203
@chrisirhc chrisirhc force-pushed the feature/tooltip-remove-scope-req branch from 0692c0f to ebe4119 Compare November 2, 2014 07:54
@chrisirhc chrisirhc closed this Nov 5, 2014
@chrisirhc chrisirhc deleted the feature/tooltip-remove-scope-req branch November 5, 2014 09:28
@chrisirhc
Copy link
Contributor Author

Merged.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
1 participant