1

I have a situation where an ng-click on a table row with ng-repeat inside a modal window. The click event has always fired in Chrome. Only once every so often, the click event does not fire in Internet Explorer 11.

Is this a known issue with any workaround?

mg1075
  • 17,985
  • 8
  • 59
  • 100

1 Answers1

0

Correction: the click event is firing, and the ajax call behind it is firing, but the results of the ajax call are IE's cached results rather than the results of the latest query.

I believe the problem is described in this question: Better Way to Prevent IE Cache in AngularJS?

Community
  • 1
  • 1
mg1075
  • 17,985
  • 8
  • 59
  • 100