An open API service providing commit metadata for open source projects.

GitHub / 720kb/angular-tooltips / commits

Angularjs tooltips module, add tooltips to your elements - https://720kb.github.io/angular-tooltips

SHA Message Author Date Stats
920b0529 fix thanks to @nhardy PR #213 45kb <f****i@g****m> about 9 years ago
2e749ee3 merge Merge pull request #213 from nhardy/master Filippo <4****b@u****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
ea0bdec9 getTemplate() should always return a Promise Nathan Hardy <n****y@w****u> about 9 years ago
d29be43a show and hide tooltips on same event is now possible thanks to @leonard-thieu... 45kb <f****i@g****m> over 9 years ago
9414d771 merge Merge pull request #208 from leonard-thieu/show-hide-same-event Filippo <4****b@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
6ac9cf60 Show and hide triggers can now be set to the same event. Leonard Thieu <l****u@g****m> over 9 years ago
2e57ad71 now you can position tooltip also on top-left, top-right,bottom-left,bottom-r... 45kb <f****i@g****m> over 9 years ago
9fc8850a merge Merge pull request #206 from leonard-thieu/corner-positions Filippo <4****b@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
5e7cc339 fix for template-url-cache thanks to @leonard-thieu #204 45kb <f****i@g****m> over 9 years ago
6120efda merge Merge branch 'master' into corner-positions Leonard Thieu <l****u@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
ec2328d1 Change smart algorithm to cycle through directions counter-clockwise. Leonard Thieu <l****u@g****m> over 9 years ago
6fb45a3b merge Merge pull request #204 from leonard-thieu/template-cache Filippo <4****b@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
e245d8cb Revert dist/ folder. Leonard Thieu <l****u@g****m> over 9 years ago
9384997a Revert dist/ folder. Leonard Thieu <l****u@g****m> over 9 years ago
10af6a85 Revert tooltipTemplateUrlCache default to false. Leonard Thieu <l****u@g****m> over 9 years ago
306faa2e Add support for corner positions. Leonard Thieu <l****u@g****m> over 9 years ago
f8d4aa68 Fix template caching. Leonard Thieu <l****u@g****m> over 9 years ago
44da315a new release for new attribute tooltip-show, thanks to @zhangoose #203 45kb <f****i@g****m> over 9 years ago
8b42b0b1 new release for new attribute tooltip-show, thanks to @zhangoose #203 45kb <f****i@g****m> over 9 years ago
c49d0884 merge Merge pull request #203 from zhangoose/show-tooltip Filippo <4****b@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
ee960c1c Changing attributestoadd name zhangoose <h****x@G****m> over 9 years ago
33a99530 Changing configuration showtooltip name zhangoose <h****x@G****m> over 9 years ago
0b9891b9 Updating Readme zhangoose <h****x@G****m> over 9 years ago
34c29d9e QA changes: Renaming attribute to tooltip-show zhangoose <h****x@G****m> over 9 years ago
d7ca74aa Add ability to control whether to show a tooltip based on a bool zhangoose <h****x@G****m> over 9 years ago
ee600439 updated demo page 45kb <f****i@g****m> over 9 years ago
2a1d3004 Update Readme.md Filippo <4****b@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
ab7ee4d3 fix for tooltip flickering on hover, #194 issue 45kb <f****i@g****m> over 9 years ago
fc6f170d Update angular-tooltips.js Filippo <4****b@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
ff2af407 fixs thanks to @simonepri 45kb <f****i@g****m> over 9 years ago
f47e718b merge Merge pull request #193 from simonepri/master Filippo <4****b@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
f9d8dd8e Re-add .map file generated from gulp minify process Simone Primarosa <s****i@h****t> over 9 years ago
523f4557 Re-add unregisterOnTooltipControllerChange Simone Primarosa <s****i@h****t> over 9 years ago
bd4d0b77 Remove old .map file Simone Primarosa <s****i@h****t> over 9 years ago
d1195add Build dist Simone Primarosa <s****i@h****t> over 9 years ago
fac8c434 Fix wrong usage of id attribute for the close button Simone Primarosa <s****i@h****t> over 9 years ago
192d15d4 Remove css suorcemap generation Simone Primarosa <s****i@h****t> over 9 years ago
01c4c89a Update Readme.md Filippo <4****b@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
1148b176 closes #184 45kb <f****i@g****m> almost 10 years ago
3061a931 new release, default variables thanks to @jogjayr 45kb <f****i@g****m> about 10 years ago
584c1fa1 merge Merge pull request #179 from jogjayr/configurable-font-size-2 Filippo <4****b@u****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
679262cb Make font sizes configurable Jayraj Jog <j****j@s****m> about 10 years ago
57ef9cb5 Use !default to declare SCSS variables Jayraj Jog <j****j@s****m> about 10 years ago
f358d409 fix for template url cache by @kmoroder 45kb <f****i@g****m> about 10 years ago
6dda279d merge Merge pull request #175 from kmoroder/feature/template-url-cache Filippo <4****b@u****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
0c9e3696 Removes http request from caching function, adds additional modifier in templ... kmoroder <k****r@g****m> about 10 years ago
e9751f72 tooltip template url cache fix 45kb <f****i@g****m> about 10 years ago
dab10a69 tooltipTemplateUrlCache thanks to @kmoroder 45kb <f****i@g****m> about 10 years ago
f9635c23 merge Merge pull request #174 from kmoroder/feature/template-url-cache Filippo <4****b@u****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
4e404107 update readme to reflect default value as false kmoroder <k****r@g****m> about 10 years ago
7f26410c un-nest if statements kmoroder <k****r@g****m> about 10 years ago
28d2a7f3 Update function to match others more closely kmoroder <k****r@g****m> about 10 years ago
c92b58c8 Remove console logs, update readme kmoroder <k****r@g****m> about 10 years ago
9c8d1e9d Adds template caching as option kmoroder <k****r@g****m> about 10 years ago
94478928 merge Merge pull request #172 from camerondubas/master Filippo <4****b@u****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
7ab1c0cb Fix typo Cameron Dubas <c****s@g****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
ca28a270 Update Readme.md Filippo <4****b@u****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
95d46544 restored dist release minified files closes #166 45kb <f****i@g****m> about 10 years ago
b6265afb IE positioning fix thanks to @tomecko 45kb <f****i@g****m> about 10 years ago
5d07afe5 merge Merge pull request #164 from tomecko/ie-positioning-fix Filippo <4****b@u****m> about 10 years ago
87b3694d Fix of positioning in IE Tomasz Olędzki <t****k@e****m> over 10 years ago
0aca193d Update bower.json Filippo <4****b@u****m> over 10 years ago
4d0758a0 thanks @bereziuk for spotting this out, new version will be released to fix t... 45kb <f****i@g****m> over 10 years ago
0566cd35 resize memory leak fix thanks to @Omer 45kb <f****i@g****m> over 10 years ago
520c807f merge Merge pull request #159 from Omer/master Filippo <4****b@u****m> over 10 years ago
dc5090eb fix(perf): Fix event listeners/ DOM nodes memory leak and throttle resize events Omer Jakobinsky <o****r@j****m> over 10 years ago
fa1aa17a export dist and not lib files 45kb <f****i@g****m> over 10 years ago
747a14a5 merge Merge pull request #157 from mayppong/commonJS Filippo <4****b@u****m> over 10 years ago
53bd5a3a Export dist file instead of source. May Pongpitpitak <m****k@a****m> over 10 years ago
7e11f7a6 Updated Readme.md Filippo <4****b@u****m> over 10 years ago
a6be996d Updated Readme.md Filippo <4****b@u****m> over 10 years ago
55449ed7 should work now, temp closes #156 45kb <f****i@g****m> over 10 years ago
7b720e13 new version for bower dep update 45kb <f****i@g****m> over 10 years ago
7c98f99b new version fix translate for safari 45kb <f****i@g****m> over 10 years ago
9f8d9295 fix for safari 45kb <f****i@g****m> over 10 years ago
3e8ade42 Update Readme.md Filippo <4****b@u****m> over 10 years ago
0e4d32de Update Readme.md Filippo <4****b@u****m> over 10 years ago
7d4af2a0 Update CHANGELOG.md Dario Andrei <w****4@g****m> over 10 years ago
48946ceb typo in naming, missing .md wouldgo <w****4@g****m> over 10 years ago
f6c321d4 1.0.7 wouldgo <w****4@g****m> over 10 years ago
b23d1c48 preparing a patch wouldgo <w****4@g****m> over 10 years ago
63433154 added changelog for #122. Fixed package.json for #138 wouldgo <w****4@g****m> over 10 years ago
b4ff6396 typo on lint gulp file wouldgo <w****4@g****m> over 10 years ago
7bea91fb little flexbox test page 45kb <f****i@g****m> over 10 years ago
6bcdd88e 1.0.6 wouldgo <w****4@g****m> over 10 years ago
4c7207f0 merge Merge pull request #130 from 720kb/body-1 Dario Andrei <w****4@g****m> over 10 years ago
f4d0fa41 updated readme wouldgo <w****4@g****m> over 10 years ago
e7e05dd1 appendOnBody attribute wouldgo <w****4@g****m> over 10 years ago
932ad947 test for body attachment wouldgo <w****4@g****m> over 10 years ago
4267921a little scroll area in demo file 45kb <f****i@g****m> over 10 years ago
0d924196 1.0.5 wouldgo <w****4@g****m> over 10 years ago
aeb8afdd click button example for #110 and #127 wouldgo <w****4@g****m> over 10 years ago
4bd6a658 now #125 and also old tests pages wouldgo <w****4@g****m> over 10 years ago
11bb83bb fix for #125 wouldgo <w****4@g****m> over 10 years ago
4c217797 typo in index.js for #126, now ng-material scenario seems to work #110 wouldgo <w****4@g****m> over 10 years ago
b75cf463 example for #123 and ng-material.html used to find a solution for #110 wouldgo <w****4@g****m> over 10 years ago
b24e4a79 moving class from tip-tip to tip and refactoring scss achieving #121 wouldgo <w****4@g****m> almost 11 years ago
92e4071d 1.0.4 45kb <f****i@g****m> almost 11 years ago
40e8f8fd tooltip display:inline-block; by default 45kb <f****i@g****m> almost 11 years ago
b345cc12 Update Readme.md Filippo <4****b@u****m> almost 11 years ago

← Back to repository