My question started when I tried to use the twitter bootstrap Carousel within an AngularJS project, it did not work at all.
I found the angular-ui , I solved my problem using this component, but my doubts are as follows:
1 - For every common thing I want to use in Angular, will I have to rewrite it to work on the project syntax? For example, in the case quoted I would have to rewrite the Carousel in the syntax of Angular to be able to use?
2 - Creating an AngularJS project will I have to use only the plugins created for this platform? How do I deal with "common" Javascript codes?
3 - Example, I want to use OpenLayers in a project, would I have to rewrite a plugin so that I could instantiate the objects and work in the angular? such as face made