Item with ng-repeat not working

Hi All,

Ionic comment out

that result in

what happen ?

My pane code

`
<pane side-menu-content>
      <header class="bar bar-header bar-positive" ng-controller="Menu">
            <button class="button icon ion-navicon" ng-click="OpenMenu()"></button>
        <h1 class="title">MymeNu</h1>
        <button class="button button-clear" ng-controller="SampleModal" ng-click="openModal()">
            New
          </button>
      </header>
 
      <!-- Center -->
      <content has-header="true" ng-controller="JobsCtrl">
        <list>
          <item ng-repeat="task in tasks">
            {{task.title}}
          </item>
        </list>
      </content>
     </pane>
`

My Include

Hi,
That’s angular that add this commetn to show what was in place.
The problem should come from your tasks enttry in the scope that could be empty or not accessible .