tabs navbar updates

This commit is contained in:
Adam Bradley
2015-06-14 23:55:48 -05:00
parent 8676deb325
commit a1d0f2c69e
8 changed files with 144 additions and 205 deletions

View File

@@ -60,7 +60,7 @@ export class ViewController {
leavingItem.shouldCache = true;
leavingItem.willCache();
// create a new NavStackItem
// create a new ViewItem
let enteringItem = new ViewItem(this, ComponentClass, params);
// add the item to the stack
@@ -387,11 +387,11 @@ export class ViewController {
}
}
parentNavbar() {
childNavbar() {
if (arguments.length) {
this._parentNavbar = arguments[0];
this._childNavbar = arguments[0];
}
return this._parentNavbar;
return this._childNavbar;
}
add(item) {