瀏覽代碼

删除goodsStatisticsCtrl

yangc 8 年之前
父節點
當前提交
a34b62813f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/webapp/resources/js/admin/controllers/trade/goodsStatisticsCtrl.js

+ 1 - 1
src/main/webapp/resources/js/admin/controllers/trade/goodsStatisticsCtrl.js

@@ -1,6 +1,6 @@
 define([ 'app/app' ], function(app) {
 	//在售商品信息统计
-	app.register.controller('goodsStatisticsCtrl', ['$scope', 'Goods', 'toaster', 'ComponentActive', 'BrandActive', 'Goods', 'CommonCountAPI', function($scope, Goods, toaster, ComponentActive, BrandActive, Goods, CommonCountAPI) {
+	app.register.controller('goodsStatisticsCtrl', ['$scope', 'Goods', 'toaster', 'ComponentActive', 'BrandActive', 'CommonCountAPI', function($scope, toaster, ComponentActive, BrandActive, Goods, CommonCountAPI) {
 		// 在售商品信息汇总
 		Goods.getStatistics({}, {}, function(data) {
 			$scope.statistics = data;