You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.
@elvissaavedra I'm not sure, I haven't looked at the code in a while. But you can call directive attributes as functions when events in Owl are triggered. For example:
return {
link: function (scope, attributes, element) {
// trigger function in attribute
scope.myFunc();
}
};
<angular-owl-carousel my-func="ctrl.doSomething()"></angular-owl-carousel>
Of course this will all require changes to the directive.
Hi, I need add Custom Events, how it could be implemented? Thanks.
The text was updated successfully, but these errors were encountered: