Skip to content

Instantly share code, notes, and snippets.

@Johan-ZeLearner
Created May 2, 2015 11:48
Show Gist options
  • Save Johan-ZeLearner/bb56ad8b66e8722e3d1d to your computer and use it in GitHub Desktop.
Save Johan-ZeLearner/bb56ad8b66e8722e3d1d to your computer and use it in GitHub Desktop.
Declaration of our erpedia-customer-profile module, with the injection of modules dependancies
(function(){
angular.module('erpedia-customer-profile', ['ui.router', 'ngResource', 'ngJarvisWidget']);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment