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