# HG changeset patch # User Torsten Irländer # Date 1367238071 -7200 # Node ID ac736eea9b30ef89385bc98e8c19b29f96451e68 # Parent 570373979387ccc4bb1102232de07092b81b3c1f Initialise the Proben controller. diff -r 570373979387 -r ac736eea9b30 app.js --- a/app.js Mon Apr 29 14:20:54 2013 +0200 +++ b/app.js Mon Apr 29 14:21:11 2013 +0200 @@ -15,4 +15,9 @@ ] }); }, + // Define the controllers of the application. They will be initialized + // first before the application "launch" function is called. + controllers: [ + 'Proben' + ] });