Files
ionic-framework/ext/simple/listview.js
Adam Bradley d03d3aa106 simple toggle
2013-09-27 13:19:01 -05:00

18 lines
186 B
JavaScript

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