Ionic Collection-repeat databinding not working on Safari

  1. with collection-repeat on Chrome, Firefox, Android Browser - works perfectly ok,
  2. same list, same services, same data BUT with ng-repeat - works perfectly ok also on Safari,
  3. when changed to collection-repeat on Safari (desktop and mobile) databinding is not working - i have {{ item.name }} until I resize browser window (I guess that kicks off $digest cycle )

Any ideas? (all standard ngCloak stuff checked, don't understand why ONLY not working on Safari )