1.2 controller可以写成function OrderListCtrl($scope){ $scope.xxx=ooo;
}
1.3要这样写 ngApp.controller("OrderListCrl",function($scope){ $scope.xxx=ooo;
});
1.2 controller可以写成function OrderListCtrl($scope){ $scope.xxx=ooo;
}
1.3要这样写 ngApp.controller("OrderListCrl",function($scope){ $scope.xxx=ooo;
});