Mercurial > lada > lada-client
comparison 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 |
comparison
equal
deleted
inserted
replaced
2:570373979387 | 3:ac736eea9b30 |
---|---|
13 html: 'Probenliste wird hier angezeigt.' | 13 html: 'Probenliste wird hier angezeigt.' |
14 } | 14 } |
15 ] | 15 ] |
16 }); | 16 }); |
17 }, | 17 }, |
18 // Define the controllers of the application. They will be initialized | |
19 // first before the application "launch" function is called. | |
20 controllers: [ | |
21 'Proben' | |
22 ] | |
18 }); | 23 }); |