- Added ability to globally set defaults for qTip options
- Overriding options using attributes now merges deeply instead of replaces
- Fixes to qTip defaults & overriding (thanks to @idoa01)
- Updated dependencies to support Angular 1.4.7+
- Updated
closeQtip
- Add qtip2 dependency for bower
- Added
qtip-show-effect
,qtip-hide-effect
andqtip-persistent
(see readme for information) - Added scope methods:
getQtipElement
,getQtipId
, and updated arguments forcloseQtip
- Fixed a
qtip-options
bug (thanks to @marcmascort)
- Updated
qtip-at
andqtip-my
default values
qtip-style
has been fixed and renamed toqtip-modal-style
qtip-tip-style
has been addedqtip-hide
andqtip-show
have been added, and will overrideqtip-event
andqtip-event-out
when presentscope.closeQtip
will now only close the relevant qTip, and a custom ID is providable to override which is closedqtip-target
has been addedqtip-options
has been added: will merge into the options set up through the declerative state, overriding any conflicting keys.