ebryn / ember-ionic

Ember Components that use the Ionic project's CSS
MIT License
92 stars 14 forks source link

ion-item and ion-list-item #8

Closed lholmquist closed 9 years ago

lholmquist commented 9 years ago

what is the difference between these two components, other than the tagname that is output?

https://github.com/ebryn/ember-ionic/blob/master/app/components/ion-item.js

and

https://github.com/ebryn/ember-ionic/blob/master/app/components/ion-list-item.js

lholmquist commented 9 years ago

looking at the ionic stuff here: http://ionicframework.com/docs/api/directive/ionList/

there seems to be only ion-list and ion-item

ebryn commented 9 years ago

they're identical, arguably ion-list-item could be removed, when i started building i expected at ion-item would be too generic of a name