Problem with using my own directive inside collection-repeat

I use nightly 1.0.0-rc.0-nightly-1120

I have a problem with using own directive inside collection-repeat (it works fine with ng-repeat).
In directive scope I have got “undefined”, when I need to read “item” value.

Something similar are happening when I am using my own filter of item.

Any suggestions?

I think this issue is related to [v1.0.0-beta.11] Collection Repeat doesn't work with Directives