mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
updated toolbar show/hide
This commit is contained in:
@ -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!');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user