Skip to content

Instantly share code, notes, and snippets.

@DSchau
Created July 27, 2016 15:22
Show Gist options
  • Save DSchau/4747eb0394af324e37a2a4bd0fa041f8 to your computer and use it in GitHub Desktop.
Save DSchau/4747eb0394af324e37a2a4bd0fa041f8 to your computer and use it in GitHub Desktop.
services modules
import InterceptorsModule from './interceptors/'; // the interceptors module must be named index.js
export default angular.module('sampleApp.services', [
InterceptorsModule.name
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment