This repository was archived by the owner on Nov 30, 2018. It is now read-only.
This repository was archived by the owner on Nov 30, 2018. It is now read-only.
FORM does not get displayed in ui-gmap-window #1340
Open
Description
http://plnkr.co/edit/sqWFYaHbc0Plvrra1BH3?p=preview
In this plunkr, I have set up the click event to set a flag to True. The flag should display the ui-gmap-window.
Issue 1: The window does not appear immediately. I have to zoom in/out to make it appear.
Issue 2: The window does not show the FORM element. It however instantiates the controller associated with the form.
Issue 3: The controller of the form is instantiated every time the window is shown. I was expecting the controller to be created just once and the form getting hidden or shown based on the flag.