You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
In my app I am working with several windows in which the main window opens. every window is it own angular, however my data is in the main window, when I try to present the data (mainly Date objects) on the second window , in IE i get null however in chrome it works ok. When i take this object and directly add it to the html - al ls ok, also in IE