我有一个在一台计算机上正确加载的js文件,而在另一台计算机上,它显示如下,带有很多斜杠。我完全不知道发生了什么。
任何人都可以提供帮助吗?
// define angular module/app
//var angularticsGf = angular.module('angularticsGf', ['angulartics', 'angulartics.abc']);
var marlogApp = angular.module('abc', []);
function waypointController($scope, $http) {
$scope.shipper_id = '';
$scope.delivery_control_id = '';
$scope.load_delivery_controls = function() {
alert('trigger');
// if ($scope.populate != true) {
// $scope.size = null;
// }
// $scope.sizes = [];
//
// if ($scope.geography != null && $scope.brand != null && $scope.fit != null) {
// $http({
// method: 'GET',
// url: base_url + 'api/sizes',
// params: {
// geography : $scope.geography,
// brand : $scope.brand,
// fit : $scope.fit
//
答案 0 :(得分:3)
我从未想过我会在Stackoverflow上说这个但是....清除你的缓存。看起来有人正在测试某些内容并将其缓存在一台计算机上。