It is easier to see the question from this plunkr: http://plnkr.co/edit/EFZCAXWFui0foMbfZkPb?p=preview
Click on 'Click to add first' and 'Click to add second', then you can click on the 'lock' icon to see some of the items seem to have the same scope (or same ng-model).
and then click on 'Click to add third' this action does an angular.copy, it does not share the same scope with the other 2. Why is that?
How do I separate the scope so that I can have each 'lock' icon only apply on itself, not other items?