{"version":3,"names":[],"mappings":"","sources":["scripts/public/partners/partnersService.min.js"],"sourcesContent":["var partnersService = function ($q, cacheManagerService) {\r\n this.getPartners = function (portalURL, employerView) {\r\n var deferred = $q.defer();\r\n\r\n cacheManagerService.get({\r\n url: siteGlobal.apiResourceLocation + '/api/Partner/GetPartners',\r\n params: { PortalURL: portalURL, EmployerView: employerView }\r\n })\r\n .then(\r\n function (data) {\r\n deferred.resolve(data);\r\n },\r\n function (data, status, headers, config) {\r\n siteGlobal.logError(data, \"partnersService.getPartners\", { data: data, status: status, headers: headers, config: config });\r\n });\r\n\r\n return deferred.promise;\r\n };\r\n};\r\n\r\n"],"file":"partnersService.min.js"}