maestrano/mno-enterprise-angular

View on GitHub
src/app/components/mnoe-api/full-api.svc.coffee

Summary

Maintainability
Test Coverage
angular.module 'mnoEnterpriseAngular'
  .factory 'MnoeFullApiSvc', (Restangular, MnoeApiSvc, inflector) ->
    return MnoeApiSvc.withConfig((RestangularProvider) ->
      RestangularProvider.setFullResponse(true)
    )