coderly / ember-gdrive

Google Drive bindings for Ember Data
MIT License
18 stars 0 forks source link

Reorganized components according to convention #83

Closed begedin closed 9 years ago

begedin commented 9 years ago

Resolves #80

Moved original components to addon/components. Added scripts to app/components which simply export the original components. See related issue for explanation.

The templates remain in app/templates/components, since they need to be part of the application namespace.