mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
18 lines
186 B
JavaScript
18 lines
186 B
JavaScript
|
|
(function(ionic) {
|
|
|
|
ionic.registerComponent({
|
|
|
|
name: "listview",
|
|
|
|
isComponent: function(element) {
|
|
return false;
|
|
},
|
|
|
|
tap: function(e) {
|
|
|
|
}
|
|
|
|
});
|
|
|
|
})(ionic); |