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