This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Description
When html having ui-datepicker is compiled and appended dynamically and clicks on calendar icon, it displays multiple datepickers.
This dynamically appended html is removed and appended again on each user click. It seems previously created instances are getting attached when re-append the html. Here append to body flag is true and i am using chromium version 71.0.3578.98. Please suggest solution for this.