New window/tab using angularjs

Hi,

I am working on responsive web design using html5,material design and angularjs technologies .I have a icon next to text box and if I click on icon a new window/tab should open and will show list of items in the dropdown and the selected item in the dropdown should be populated in the textbox.I am able to open a new window/tab using $window.open(“childwindow”) in the Parent controller and I am not sure once I select the item in the dropdown that item should be populated back to Parent window textbox.Can anyone provide me sample code how to communicate between parent and child controller in this scenario ?

Thanks in advance

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.