define(['app'], function(app){ 'use strict'; app.config(['config', function(config){ //do something for this module } ]); });