Thank you for watching my question.
So, I have an angular 1.6 component in 2 places, and when I change a variable on one of them I want to be changed in the second also.
Do you have an idea how can I accomplish that?
Regards, Andrei
Thank you for watching my question.
So, I have an angular 1.6 component in 2 places, and when I change a variable on one of them I want to be changed in the second also.
Do you have an idea how can I accomplish that?
Regards, Andrei
Copyright © 2021 Jogjafile Inc.
You can use service to share data. Or you can broadcast events through $rootScope and send your data as a payload of these events.