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

View File

@ -186,4 +186,4 @@ TabBar.prototype = {
}
};
})(this, document, ion = this.ionic || {});
})(this, document, this.ionic || {});