Is it possible to send AngularJS scope data to a new Popup Window?
I am making an API section (Example JSFiddle), and while the user can look at the items expanded out my client was wondering if it would be possible for me to allow a user to push an API version (i.e Accounts 1) to a new window in case the client wished to compare some API's side-by-side.
So my question is, is there any way to utilize the (Open in new tab) in my Example JSFiddle, to push its containing data to a new pop up window? I would not need to bind it anymore, simply shove it out to a new window for viewing-only.
Keep in mind that for the JSFiddle I manually entered information for the API versions rather than plugging in my AngularJS.
All the "Stuff" are {{AngularJS_variables}} in my actual application.
I feel like there should be a way to push some data to a new window, but at the same I feel like that wouldn't be possible due to my scope no longer existing outside of the parent window.