(function() { 'use strict'; angular .module('app.resources', [ 'app.inventory', 'app.progress' ]); })();