updated toolbar show/hide

This commit is contained in:
Adam Bradley
2015-05-06 11:31:01 -05:00
parent e36d48fdfc
commit f783be2e13
5 changed files with 18 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ import {SecondPage} from 'pages/second-page'
@Component()
@View({
templateUrl: 'pages/first-page.html',
directives: [Toolbar, Content]
directives: [Toolbar]
})
export class FirstPage {
constructor(

View File

@@ -6,7 +6,7 @@ import {ThirdPage} from 'pages/third-page'
@Component()
@View({
templateUrl: 'pages/second-page.html',
directives: [Toolbar, Content]
directives: [Toolbar]
})
export class SecondPage {
constructor(