X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=blobdiff_plain;f=ui%2Fsrc%2Fmain%2Fwebapp%2Fapp%2FAECBlueprintValidationUI%2FApp.Services.js;fp=ui%2Fsrc%2Fmain%2Fwebapp%2Fresources%2Fjs%2FApp.Services.js;h=8fa4ce6c66d981ee385b70410ad3cf135f669f73;hp=f0887ad4c62c8fcaa8d03c92f17b3b441c73e96c;hb=2879b2ee5e1e2815e5f43cb802352bf2878397af;hpb=ce4ad29dc48317cc7cb60fe433072ac46dea2ebb diff --git a/ui/src/main/webapp/resources/js/App.Services.js b/ui/src/main/webapp/app/AECBlueprintValidationUI/App.Services.js similarity index 96% rename from ui/src/main/webapp/resources/js/App.Services.js rename to ui/src/main/webapp/app/AECBlueprintValidationUI/App.Services.js index f0887ad..8fa4ce6 100644 --- a/ui/src/main/webapp/resources/js/App.Services.js +++ b/ui/src/main/webapp/app/AECBlueprintValidationUI/App.Services.js @@ -14,10 +14,9 @@ * limitations under the License. */ -var AECBlueprintValidationUIApp = angular - .module('BlueprintValidationUIManagement'); +var services = angular.module('App.Services', [ 'App.Config' ]); -AECBlueprintValidationUIApp.factory('restAPISvc', [ +services.factory('restAPISvc', [ '$http', 'appContext', function($http, appContext) {