两个开发计算机中的Js文件加载方式不同

时间:2014-02-19 16:55:48

标签: angularjs laravel-4

我有一个在一台计算机上正确加载的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
//

1 个答案:

答案 0 :(得分:3)

我从未想过我会在Stackoverflow上说这个但是....清除你的缓存。看起来有人正在测试某些内容并将其缓存在一台计算机上。