'use strict' angular.module('Empview').factory('EmpviewServices', function($resource){ return { RestMcomProfile: $resource('/hr/api/company/mcomprofile/restmcomprofile', { }, { getQuery: { method: 'GET' } }) } })