Hi, I am developing an application using React and Angular. React as view and angular for Model and controller. How can I integrate React component with Angular controller. Do we need to apply $watch for each? Can any one help me with any example or solution.
I'd love to know more on this. I'd love to know the use case as React and Angular do pretty much the same thing - so I'm wondering if the question should be more along the lines of "Do you really need to do this?".
stuff ;)
j
stuff ;)
https://github.com/ngReact/ngReact maybe look at the source to check how they did it. You can pass callbacks so this is how you can establish the bidirectional communication beyond that I have no further knowledge (never applied it just read up on it)