Version numbers correspond to bower.json
version
- do NOT substract scroll top/left when getting element offset (fixes webkit/chrome issue when scrolled down on the page)
- fix
bower.json
angular versions to be>=
for backwards compatibility
[same as v1.0.3, just updated bower.json
& CHANGELOG
]
- add
inline-block
attribute - chore: update Angular to 1.3.0-beta.17 (but should still be backwards compatible)
- move
instId
fromattrs
toscope
to allow setting/changing later/dynamically
$scope.$on('jrgAreaSelectReInit',..
event listener added for re-initializing the directive (after it's already been written) - i.e. if the transcluded inner content changes$scope.$on('jrgAreaSelectHide',..
event listener added for hiding the directive (i.e. the blurred sections)- add
$attrs.inline
- switch from
getBoundingClientRect()
which was giving bad (negative/wrong) offset/coords - add z-index:999 to blurred elements so they show up on top