(function () { 'use strict'; angular.module('core.service', []); //.factory('UserInterceptor', ["$q","$window","$cookies",function ($q,$window,$cookies) { // // return { // // request:function(config){ // return config; // }, // response:function(response) { // return response; // } // // }; //}]) //.factory("StateLabelType", StateLabelType); //function StateLabelType($rootScope, Global) { // return { // state: [{ // name: "已结束", // value: Global.已结束 // }, { // name: "生产中", // value: Global.生产中 // }, { // name: "未上线", // value: Global.未上线 // }, { // name: "已下发", // value: Global.已下发 // }] // } //} })();