Closed Marioman42 closed 7 years ago
Paired with the erroneous $digest calls, many of the server calls (specifically getMediaAssetDetails and getReviewCounts) have "XML Parsing Error: not well formed Location" errors on Firefox. This could be due to a lack of contetType headers in the ajax calls.
Fixed with $timeout calls
When the webpage loads up, Firefox throws an error "$digest is already in progress" multiple times. This could be caused by synchronous $scope.$apply() calls, which can be called even if asynchronous $digest calls are running.