// registration web service proxywebservices.factory('serviceLogService',['$http','apiConfig',function($http,apiConfig){'use strict';return{addEnterProjectLog:function(userName,logContent){varconfig={ignoreLoadingBar:true};return$http.post('/operationlog/addEnterProjectLog/'+userName,angular.toJson(logContent),apiConfig.create(config));}};}]);