Browse Source

不知道什么时候Service资源改了名字 +_+

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@413 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
suntg 11 years ago
parent
commit
64722bf32b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/webapp/resources/js/index/mobile.index.app.js

+ 2 - 2
src/main/webapp/resources/js/index/mobile.index.app.js

@@ -1,6 +1,6 @@
-define([ 'toaster', 'charts', 'ngTable', 'common/services', 'service/PurcOrder', 'ui.router', 'ui.bootstrap' ], function() {
+define([ 'toaster', 'charts', 'ngTable', 'common/services', 'service/Purc', 'ui.router', 'ui.bootstrap' ], function() {
 	'use strict';
-	var app = angular.module('myApp', ['ngAnimate', 'toaster', 'ui.router', 'common.services', 'PurcOrderServices', 'ui.bootstrap' ]);
+	var app = angular.module('myApp', ['ngAnimate', 'toaster', 'ui.router', 'common.services', 'PurcServices', 'ui.bootstrap' ]);
 	app.init = function() {
 		angular.bootstrap(document, [ 'myApp' ]);
 	};