diff app.js @ 3:ac736eea9b30

Initialise the Proben controller.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Mon, 29 Apr 2013 14:21:11 +0200
parents 570373979387
children b8e56e880f02
line wrap: on
line diff
--- 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'
+    ]
 });

http://lada.wald.intevation.org