Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Another aspect of integrating angular with an older application that I am hoping to find an elegant solution to is the notion of having existing javascript (really special stuff that we love to maintain and work with) be able to notify an angular viewmodel that it needs to do something, and vice versa. So sometimes the existing lovely javascript may need to tell the angular view that a given item is selected. Other times, the angular viewmodel needs to tell old javascript that a given item is selected.

I am curious if there are any elegant examples of this, or if I should go about blazing my own path. It is certainly solvable, but it would be nice if there is something elegant and quick to implement.

Thanks,

Danny
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900