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
I am obviously missing something here but my (very old) code had:
hp.bind = function () {
ko.applyBindingsToNode(this.element, {
attr: {
'href': pager.Href.hash + this.path()
}
});
};
but this is no longer in version 1. I found I had to add it back in to get the hash in my page-hrefs
The text was updated successfully, but these errors were encountered:
ah ok I see what you have done. I have some 'special' bindinghandlers based on yours I've had to modify them and now have your code back to how it should be.
I am obviously missing something here but my (very old) code had:
hp.bind = function () {
ko.applyBindingsToNode(this.element, {
attr: {
'href': pager.Href.hash + this.path()
}
});
};
but this is no longer in version 1. I found I had to add it back in to get the hash in my page-hrefs
The text was updated successfully, but these errors were encountered: