Hi all,
I have an angular application (with ng-forward) with a search box and search results. On all browsers except ie11 everything works fine. If i make a couple of searches, in ie11 the pplication crashes with a lot of error messages
The first message is
Error: Out of memory <button class="section-title md-button" aria-label="{{::('facets.facet.facet_'+
ctrl.facetGroup.name | translate)}}" type="button" ng-class="{'collapsed': ctrl.facetGroup.facetGroupCollapsed}" layout-fill="" (click)="ctrl.facetGroup.facetGroupCollapsed = !ctrl.facetGroup.facetGroupCollapsed" ng-transclude="" translate-attr-title="{{ctrl.facetGroup.facetGroupCollapsed ? 'nui.facets.expand.tooltip' :'nui.facets.collapse.tooltip'}}">
Afterwards i have lots of unknown provider errors.
As I attached in the screenshot, the memory usage is not high at all.
Does anyone have a clue why this happens?
Did anyone experience such an error with an ie11 app?
Thanks,
David