<ion-header>
<ion-toolbar>
</ion-toolbar>
</ion-header>
<ion-content>
<ion-list>
</ion-list>
</ion-content>
When using this markup in a modal i get the following error :
Uncaught TypeError: Cannot read property 'children' of null
at Content.readDimensions (ionic.ion-app.md.ion-content.md.ion-title.md.ion-toolbar.md.js:256)
at rafFlush (ionic.core.js:73)
at rafCallback (ionic.core.js:65)
When using this markup in a modal i get the following error :