Issue collectionRepeat directive

Hi guys,

I’m creating a directive to support Windows platform (IE, Win Phone, Win 10) with Ionic 1.x. Basically I’m replacing my directive ion-repeat to ng-repeat (Only on Windows) or collection-repeat (Android, iOS, etc), because the collection-repeat doesn’t work good on Windows.

But The scroll doesn’t work after to replace my directive to collection-repeat directive in my Android, see please http://screencast.com/t/feGW9CW7H

See my directive: http://codepen.io/jdnichollsc/full/EyPOee/

Any help is very appreciated, Nicholls