Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49171

Ng-repeat performance issue on accordian pane menu on low end mobiles

$
0
0

@goutamm960 wrote:

ng-repeat performance issue on accordian pane menu on low end mobiles... changing ng-repeat to collection repeat not working ...menu items are not expanding ...getting js stack overflow issue

ionic.bundle.js:19526 RangeError: Maximum call stack size exceeded
at String.replace (native)
at render (http://localhost:8100/lib/ionic/js/ionic.bundle.js:49871:12)
at child.RepeatController.scrollView.__callback as __$callback


<ion-item class="item-stable" ion-ripple
ng-click="toggleGroup(group)"
ng-class="{active: isGroupShown(group)}">


 
{{group.name}}

<ion-item menu-close class="item-accordion " ion-ripple
ng-repeat="item in group.items"
href={{item.gostate}}
ng-show="isGroupShown(group)">
        {{item.title}}
      </ion-item>
    </div>

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 49171

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>