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
Problem occurs when using binding with 'data' in popover with 'click' knockout binding. Click binding doesn't seems to work. Solution could be to have binding within click function of custom binding for popover.
Problem occurs when using binding with 'data' in popover with 'click' knockout binding. Click binding doesn't seems to work. Solution could be to have binding within click function of custom binding for popover.
binding:
data-bind:"popover: {template: 'popoverBindingTemplate', placement:'bottom', data: $someData}"
template:
The text was updated successfully, but these errors were encountered: