SravanthiSuresh 0 Newbie Poster

Hi,

I am looking for angular material service which supports communication between two windows with two controllers for each window. I open a new window from my angular form using

$window.open("MyNewWindow.")

, i want the selection from this window updated to my parent window. How can i achieve this?