We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f2bb11 commit 4065a1bCopy full SHA for 4065a1b
src/slick.js
@@ -85,7 +85,7 @@ angular
85
customPaging: attr.customPaging ? function (slick, index) {
86
return scope.customPaging({slick: slick, index: index});
87
} : void 0,
88
- dots: attr.dots || scope.dots === 'true',
+ dots: scope.dots === 'true',
89
draggable: scope.draggable !== 'false',
90
fade: scope.fade === 'true',
91
focusOnSelect: scope.focusOnSelect === 'true',
0 commit comments