9
My doubt started when I tried to use the Carousel twitter bootstrap inside an Angularjs project, it didn’t work at all.
I found the angular-ui, solved my problem using this component, but my doubts are as follows:
1 - For every common thing I want to use in Angular I have to rewrite it to work in the syntax of the project? For example, in the case cited I would have to rewrite Carousel in the Angular syntax to be able to use?
2 - Creating an Angularjs project will I have to use only the plugins created for this platform? How I deal with "common Javascript codes" ?
3 - Example, I want to use Openlayers in a project, I would have to rewrite a plugin so I could instantiate the objects and work at the angle? like this one guy did
+1 Sensational your reply! Thank you.
– Paulo Luan
You can give an example of Angularjs with D3.JS, please?
– Not The Real Hemingway
@Nottherealhemingway you say a site that uses both? I implemented this one, which uses D3.js for the taxonomic dendogram: https://pubapps.bucknell.edu/mammalspecies/#/map/3170
– OnoSendai
Your work is beautiful, @Onosendai! I really loved it, only I wanted to learn too, so I asked for an example (I forgot to mention the example with the code). Anyway, thank you. It was inspiring!
– Not The Real Hemingway
@Nottherealhemingway Err sorry, lack of coffee. = ) Let me prepare one for you.
– OnoSendai