05-06 12:08:21.970: E/Web Console(30413): Uncaught TypeError: undefined is not a function at file:///android_asset/www/lib/js/ionic.bundle.js:467
I’m getting this error as soon as I start scrolling on my Android 4.1.2 device (DROID RAZR MAXX). When using collection-repeat, this error kills scrolling completely. If I switch back to ng-repeat, I still see the errors in the console, but scrolling seems to work.
On ios there’s no error. Just on android.
With the beta3 ionic, not nightly, there’s also no error, so it seems it’s due to some recent change?