Is it possible to have two separate ng-apps running on the same page?
- bookingApp
- calendarApp
I am looking for a way to share a selected date scope variable from calendarApp with bookingApp. Any ideas on how to achieve this functionality?
Thank you, Gladiator