mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix modal animations
This commit is contained in:
@@ -53,12 +53,6 @@ export class Aside {
|
||||
}
|
||||
|
||||
onInit() {
|
||||
this.side = this.side || 'left';
|
||||
this.type = this.type || 'reveal';
|
||||
|
||||
this.domElement.setAttribute('side', this.side);
|
||||
this.domElement.setAttribute('type', this.type);
|
||||
|
||||
console.log('Aside content', this.content);
|
||||
this.contentElement = (this.content instanceof Node) ? this.content : this.content.domElement;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user