Link to home
Start Free TrialLog in
Avatar of ksd123
ksd123

asked on

new window 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
ASKER CERTIFIED SOLUTION
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial