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