does "ratchet" play nicely with "angular.js" yet?

I'm asking whether one page JavaScript library angular.js still has/or ever had any type of 'compatability' fits with the new(ish) bootstrap-like css clone ratchet - because before I start learning ratchet (oh and/or angular) thought I should ask..

current top result (from jan 2013) is a Google thread thus,

I am trying out AngularJS and I have written a small app that I want to use on my Android phone (galaxy s2 android version 4.0.4). I am also using ratchet for the UI. The app works fine on my desktop browser but it doesn't work on my Android phone. You can access the app at:

....Any help would be much appreciated.

And:

I've got this working by commenting out the line that includes the ratchet.js file. So it looks like angularjs and ratchet don't play well together.

But maybe that's either not usual situation or it's fixed anyway or something?

I guess might be bug tracker or something in angular.js land I guess but maybe someone could put the answer here for others

Yes, it does. I'm actually really impressed by it. You can follow our progress in building a first application with it and AngularJS on our blog.

No. Ratchet push routing conflicts with angular routeProvider

(not only with angular, example - https://github.com/twbs/ratchet/issues/682)

Push.js in ratchet is conflict with AngularJS routeProvider which cause routeProvider not works.

Rather than include the whole bundled ratchet javascript, just use ratchet javascript components which you need. All javascript components can be found in js/ folder of the ratchet repository.