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