We are getting the HTML and CSS benefits from webflow and using Angular JS but to do it we remove webflow.js after each export. Using github to track changes.
If you find a way to not cause conflicts please post back.
Haven’t spent the time yet figuring out how to solve it yet.
Today is my first integration webflow and AngularJS. I actually encountered the same problem. This entry appears as webflow.js is not loaded in the view. So I added at the end of my view<script type="text/javascript" src="js/webflow.js"> </ script> and it works!
Let’s hope it solves your problem.