Skip to content

Instantly share code, notes, and snippets.

@jiminys
Created January 20, 2015 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jiminys/add584405543c0aafcd3 to your computer and use it in GitHub Desktop.
Save jiminys/add584405543c0aafcd3 to your computer and use it in GitHub Desktop.
ng-module.js
(function () {
require('angular');
require('angular-resource');
require('angular-route');
angular.module('seed-app', ['ngResource', 'ngRoute']);
module.exports = angular.module('seed-app');
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment