Hello,
I would remove isolated scope, I do not like the idea of having a different scope for the header, content and footer.
I do not want to find another solution, I just want to disable the isolated scope.
Thank you very much.
One of my views
ion-header-bar.bar-pilt(align-title='left')
h1.title Pilters
button.button.no-animation.button-icon.icon.ion-refresh(ng-click='refresh()')
ion-content.pilters.colors(sroll='true')
.list
a.item.item-thumbnail-left(href='', ng-repeat='friend in friends | limitTo: 25')
img.img-circle(ng-src='https://graph.facebook.com/{{friend.id}}/picture?width=110&height=110')
h2 {{friend.name}}
p Send an invitation