I'm submitting a bug report
Please tell us about your environment:
Current behavior:
Mixing repeat.for and passing the item to the compose (ie: model.bind) is producing unwanted activate calls. You can find the sample code to reproduce the issue here: https://github.com/tdamir/aurelia-compose-issue
Expected/desired behavior:
Count of activate() and bind() calls should be the same.
I'm submitting a bug report
1.5.1
Please tell us about your environment:
Operating System:
Windows 10
Node Version:
6.9.2
5.4.2
Browser:
Chrome, Firefox, probably all
Language:
all
Current behavior:
Mixing repeat.for and passing the item to the compose (ie: model.bind) is producing unwanted activate calls. You can find the sample code to reproduce the issue here: https://github.com/tdamir/aurelia-compose-issue
Expected/desired behavior:
Count of activate() and bind() calls should be the same.