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) {
.directive('rzslider', ['RzSlider', function(Slider)
{
return {
restrict: 'EA',
restrict: 'E',
scope: {
rzSliderFloor: '=?',
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