Closed lholmquist closed 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
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
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