tdakhla

Results 1 issues of tdakhla

Inside the `gPlacesAutocomplete` init code, the drawer element is appended to body: https://github.com/kuhnza/angular-google-places-autocomplete/blob/master/src/autocomplete.js#L88 However, upon `$destroy` of the `gPlacesAutocomplete` element, there should be cleanup logic to remove that element from...