Skip to content

Commit 4065a1b

Browse files
author
Wong Ho Chi Mark
committed
fix bugs: dots allow input 'true'
1 parent 3f2bb11 commit 4065a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/slick.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ angular
8585
customPaging: attr.customPaging ? function (slick, index) {
8686
return scope.customPaging({slick: slick, index: index});
8787
} : void 0,
88-
dots: attr.dots || scope.dots === 'true',
88+
dots: scope.dots === 'true',
8989
draggable: scope.draggable !== 'false',
9090
fade: scope.fade === 'true',
9191
focusOnSelect: scope.focusOnSelect === 'true',

0 commit comments

Comments
 (0)