Basic NavController with Tests

This commit is contained in:
Max Lynch
2013-09-16 19:11:58 -05:00
parent 2def7d441a
commit 19d2aa5432
4 changed files with 107 additions and 1 deletions

9
hacking/NavBar.js Normal file
View File

@ -0,0 +1,9 @@
(function(window, document, ionic) {
NavBar = function() {
};
NavBar.prototype = {
};
})(this, document, ion = this.ionic || {});