Closed betrayedjinn closed 9 years ago
@jdanyow @martingust Not sure which of you is the best person to look at this. Either of you have an idea off the top of your head? It could be related to the repeater implementation changes or the new binding system changes.
will have a fix for this in a minute
@EisenbergEffect this is all set. @paranoxx's issue requires a release of templating-binding
. Fixed the corresponding issue in binding
so that should be released as well.
I will get the release out later this evening. Thanks!
Thanks for the release.
Hi,
i just updated to the latest aurelia version and there seems to be an issue with my paging control. First paging works fine, from then on i get an error
cannot read property p of undefined.
wherep
is myrepeat.for
variable.Every time this error occurres the
source
inInterpolationBinding.prototype.interpolate
is null. Can someone tell me why this happens?Thanks.