Mercurial > lada > lada-client
comparison app.js @ 144:7b1140bd8b3d
Re-Added Kommentare
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Mon, 01 Jul 2013 10:15:00 +0200 |
parents | 747d488b9203 |
children | 26ac4c99f8c4 |
comparison
equal
deleted
inserted
replaced
143:62b757ccdd8f | 144:7b1140bd8b3d |
---|---|
26 // Define the controllers of the application. They will be initialized | 26 // Define the controllers of the application. They will be initialized |
27 // first before the application "launch" function is called. | 27 // first before the application "launch" function is called. |
28 controllers: [ | 28 controllers: [ |
29 'Sql', | 29 'Sql', |
30 'Proben', | 30 'Proben', |
31 'Zusatzwerte' | 31 'Zusatzwerte', |
32 //'Kommentare', | 32 'Kommentare' |
33 //'Sql', | 33 //'Sql', |
34 //'Orte', | 34 //'Orte', |
35 //'Messungen' | 35 //'Messungen' |
36 ] | 36 ] |
37 }); | 37 }); |