EDIT: Nevermind, didn't put dashes in the parameters in the directive...
For whoever else over looks this, anything that uses camelcase ex) lazyLoad or autoplaySpeed, needs to have a dash (-) instead of the camel cased letter, ex) lazy-load, autoplay-speed. It's an angular thing.
The autoplaySpeed setting doesn't work. Can anyone help with this? Not sure what's wrong. It's stuck on the default value.
I'm calling angular slick in a directive:
EDIT: Nevermind, didn't put dashes in the parameters in the directive... For whoever else over looks this, anything that uses camelcase ex) lazyLoad or autoplaySpeed, needs to have a dash (-) instead of the camel cased letter, ex) lazy-load, autoplay-speed. It's an angular thing.