esbanarango / ember-place-autocomplete

Ember cli addon to provide a component that uses Google Places API to autocomplete place information when people write their address
MIT License
63 stars 62 forks source link

Add the ability to configure which content-for hook the script tag is inject into. #106

Closed veelci closed 4 years ago

veelci commented 4 years ago

Due to a conflict the places library with babel polyfills, I need the ability to load the google maps library later than normal.

I've added the ability to configure which content-for hook the script tag is inject into and updated the documentation.