diff --git a/app/scripts/app.coffee b/app/scripts/app.coffee index 9877467..8fd24c5 100644 --- a/app/scripts/app.coffee +++ b/app/scripts/app.coffee @@ -8,6 +8,7 @@ angular.module('slick', []) data: "=" currentIndex: "=" accessibility: "@" + adaptiveheight: "@" arrows: "@" autoplay: "@" autoplaySpeed: "@" @@ -43,6 +44,7 @@ angular.module('slick', []) slider.slick accessibility: scope.accessibility isnt "false" + adaptiveHeight: scope.adaptiveheight is "true" arrows: scope.arrows isnt "false" autoplay: scope.autoplay is "true" autoplaySpeed: if scope.autoplaySpeed? then parseInt(scope.autoplaySpeed, 10) else 3000