Files
2013-10-01 09:39:18 -05:00

18 lines
186 B
JavaScript

(function(ionic) {
ionic.registerComponent({
name: "listview",
isComponent: function(element) {
return false;
},
tap: function(e) {
}
});
})(ionic);