Skip to content

Commit

Permalink
Merge pull request #18 from kbullaughey/add-back-pips-and-snap
Browse files Browse the repository at this point in the history
bring back snap and pips, somehow lost in recent commit
  • Loading branch information
kennethkalmer committed Aug 17, 2015
2 parents fa8b3c2 + b44cf54 commit 949b265
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addon/components/range-slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ export default Ember.Component.extend({
'start', 'step', 'margin',
'limit', 'range', 'connect',
'orientation', 'direction',
'behaviour', 'animate'
'behaviour', 'animate', 'snap',
'pips'
);

noUiSlider.create($this, properties);
Expand Down

0 comments on commit 949b265

Please sign in to comment.