I don't know which version of Chrome Android uses so far, but according to http://caniuse.com/#feat=requestanimationframe is only supported since Chrome v47 (on Android)
So you'll have to use some polyfill. Check this comment (the answer is for IE9, but you may want to see the other recommendations in case you find similar problems) https://github.com/angular/angular/issues/5981#issuecomment-165486779 -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
