If i use one time bind of angularjs in ion-list, it would not work?!

I am using one time binding like so below,

ng-repeat=“post in ::posts”

within ion-list,

if I use ion-list, it would not work?

it depends what your list does…
If the list never changes it will work.