Commit 226c930c authored by Rafal Zajac's avatar Rafal Zajac

Slider should be restricted to element

parent da938785
...@@ -929,7 +929,7 @@ function throttle(func, wait, options) { ...@@ -929,7 +929,7 @@ function throttle(func, wait, options) {
.directive('rzslider', ['RzSlider', function(Slider) .directive('rzslider', ['RzSlider', function(Slider)
{ {
return { return {
restrict: 'EA', restrict: 'E',
scope: { scope: {
rzSliderFloor: '=?', rzSliderFloor: '=?',
rzSliderCeil: '=?', rzSliderCeil: '=?',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment