Skip to content

Commit 226c930

Browse files
committed
Slider should be restricted to element
1 parent da93878 commit 226c930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rzslider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ function throttle(func, wait, options) {
929929
.directive('rzslider', ['RzSlider', function(Slider)
930930
{
931931
return {
932-
restrict: 'EA',
932+
restrict: 'E',
933933
scope: {
934934
rzSliderFloor: '=?',
935935
rzSliderCeil: '=?',

0 commit comments

Comments
 (0)