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

refactor/fix: initializer to instance initializer and ensure usage of injected global libraries #113

Closed dmuneras closed 4 years ago

dmuneras commented 4 years ago

Description

Move initializers to instance initializers, fix small issues in a test, and refactor some component functions.

Fix

Call unregister instead of register willDestroy