In ion-scroll I don't see the content

I have a trouble with the tag ion-scoll
this is my simple code and i don’t see the content in the tag

<ion-header>

  <ion-navbar>
    <ion-title>pdfviewer</ion-title>
  </ion-navbar>

</ion-header>
<ion-content>
  <ion-scroll>
    <h2>TRY HEADING</h2>
    <img src="assets/img/background-nocoupon.jpg">
  </ion-scroll>
</ion-content>