Created
July 27, 2016 15:22
-
-
Save DSchau/4747eb0394af324e37a2a4bd0fa041f8 to your computer and use it in GitHub Desktop.
services modules
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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