Hello Angular Community,
I've just started learning Angular and I've stumbled upon a obstacle that I can't wrap my head around. Please have a look at my very basic example here:
I have a two text inputs that should share data between MenuCtrl and FooterCtrl via SharedData service. When the app loads both fields get populated with the default value of SharedData.query then when I change value in one or the other input it does not get updated inside the other controller.
I would appreciate any clue regarding what am I doing wrong. Thank you very much.
My best