OleksiiStepanov / KnockoutOwlCarousel2

Knockout binding for OwlCarousel2
MIT License
3 stars 0 forks source link

click function not working #3

Closed codem360 closed 6 years ago

codem360 commented 6 years ago

I have used a button ('Add to cart') and I have use $parent.addToCart function but it's not working.

data-bind="click: $parent.addToCart"

self.addToCart = function(product) {

}

codem360 commented 6 years ago

Please suggest me any solution.