Open
Description
I'm submitting a bug report
- Library Version:
1.5.1
Please tell us about your environment:
-
Operating System:
Windows 10 -
Node Version:
6.9.2
- NPM Version:
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.