I experienced an issue where every row controller was being invoked twice on every fetch. I though i was doing something stupid, but eventually I added a row controller and to the fugitive alloy app. and sure enough it was called 12 times instead of six.
app/controllers/FugitiveRow.js
alert('i am here'); // 12 alerts instead of 6 for 6 rows.Is this supposed to be happening? is this a bug?