mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
Basic NavController working with demo
This commit is contained in:
7
hacking/Button.js
Normal file
7
hacking/Button.js
Normal file
@ -0,0 +1,7 @@
|
||||
(function(window, document, ionic) {
|
||||
ionic.Button = function(opts) {
|
||||
this.el = opts.el;
|
||||
};
|
||||
ionic.Button.prototype = {
|
||||
}
|
||||
})(this, document, ionic = this.ionic || {});
|
||||
Reference in New Issue
Block a user