refactor(overlays): [title] -> [header]

This commit is contained in:
Manu Mtz.-Almeida
2018-04-02 20:22:15 +02:00
parent acd411dd6c
commit a5e5403068
40 changed files with 290 additions and 227 deletions

View File

@ -38,7 +38,7 @@ export class Content {
@Prop() scrollEvents = false;
@Listen('body:ionNavChanged')
@Listen('body:ionNavDidChange')
onNavChanged() {
this.resize();
}