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,9 +6,9 @@ import {
@Component({
selector: 'ion-content',
hostProperties: {
contentClass: 'class.content'
}
// hostProperties: {
// contentClass: 'class.content'
// }
})
@View({
template: `
@ -18,7 +18,7 @@ import {
})
export class Content {
constructor() {
this.contentClass = true;
//this.contentClass = true;
console.log('Content!');
}
}