This repository has been archived by the owner on May 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tooltip,popover): logic moved to $tooltip svc
Popover and tooltip directive creation is now performed through the help of the `$tooltip` service that manages all aspects of directive creation and management based on only the name of the component and their default triggers. The tooltip and popover sub-directives and their templates were refactored to use common scope variables that the new service can provide, yielding even greater flexibility. Animation is now enabled by default. Lastly, the `$tooltipProvider` has been established to allow setting default global options for the tooltip and popover, but these features are not yet public as the API is sure to change drastically as we flesh out which global options to allow. But the framework is in place as this was a logical time to incorporate it.
- Loading branch information
1 parent
98b5f8e
commit e22f28b
Showing
8 changed files
with
209 additions
and
283 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
A lightweight, extensible directive for fancy popover creation. The popover | ||
directive supports multiple placements, optional transition animation, and more. | ||
|
||
Like the Twitter Bootstrap jQuery plugin, the popover **requires** the tooltip | ||
module. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.