Use of web app frameworks like Angular?

I’m trying to keep the webflow.js file in my angular app so I can take advantage of more of webflow’s features.

I’m having some problems in some areas related to forms and in having both angular and webflow share events, but I’m thinking that it should be possible to hook into the webflow.js file from angular. This is kind of pushing my understanding right now of how javascript modules can interact, so it would be really useful to have some skeleton angular code that does something simple like allow webflow to animate a button on hover, but still allow angular to do something simple on a data-ng-click. Or if I can just see some code that calls into the webflow guts to start off an ix animation, I’d be happy…

I saw the sample code for integrating a JQuery plugin with webflow:
Webflow.js and jQuery plugins - Webflow Tips - Forum | Webflow

It was useful but I’m still stuck…

Thanks for any help,
Jim