Cannot scroll on content

Hi Ionic Forum,

I just started trying out your framework, but I cannot get scrolling to work on content with lists (i’m doing the one in the getting started webpage) Can anyone help me out? I’m developing on ios 7

Here is my code:

`

Demo

Shared

Edit {{task}} `

Thanks, and awesome framework!

Hey @ionic_user. Are you including ionic in your modules in the todo angular modules?

Also ,try setting scroll=“false” on the content area, since the list can handle its own scroll.

We are trying to smooth out the whole scroll API, it’s not great right now.