I have an AngularJS app which I successfully got to segregate controllers for the hyperlinks to open windows and the target of the hyperlinks was successfully set as a new window.
My problem is, how do I only allocate one and only one window to open all new links, thereby preventing additional new windows from opening.
What I am suspecting is that I need window.location.href used in some way to modify the url location..
How can I achieve this?