KITCHEN SINK

This commit is contained in:
Max Lynch
2015-05-30 20:46:11 -05:00
parent 24946ff120
commit 0bd6915a98
14 changed files with 240 additions and 13503 deletions

View File

@@ -53,6 +53,10 @@ export class Aside {
}
getContentElement() {
if(!this.content || !this.content.domElement) {
console.error('Aside: make sure to specify a content target using #var on the element');
return null;
}
return this.content.domElement;
}
@@ -87,6 +91,13 @@ export class Aside {
})
}
}
open() {
return this.setOpen(true);
}
close() {
return this.setOpen(false);
}
}
new IonicComponent(Aside, {