See [my post](https://medium.com/@kentcdodds/how-to-distribute-your-angularjs-module-e04d4dd58ddc) about it and [this angular.js PR comment](https://github.com/angular/angular.js/pull/10732#issuecomment-74986139) for reasons as to why it's a good idea. Basically, enables this: ``` javascript angular.module('myModule', [require('js-data-angular')]); ```