Sorry, but I do not understand the situation, which you have described.
On moment of $$(some).close() call, is window widget is created and visible? The error message in your case is similar to the case when window is not really created yet
Maksim , дело в том что у Angular есть возможность цеплять страницы через route ,
when(’/contact’, { controller: contactController, resolve: contactController.resolve, activetab: ‘contact’, templateUrl: ‘views/contact.html’ }).
на странице contact.html у меня имеется созданное окно window , когда пытаюсь закрыть его из под главной страницы index , то выдает эту ошибку ) при том что если я вызываю обыкновенный alert к примеру, он срабатывает.