When using Chrome, my website works perfectly without any errors. However, when I try to access it on Safari, most of the pages fail to load. The specific error message that appears is:
[Error] SyntaxError: Unexpected token ':' (angular.min.js.map, line 2)
I am utilizing the angular.min.js file which I obtained from this source: https://code.angularjs.org/1.2.12/
Does anyone have any insights or suggestions on how to address this issue?