comparison app.js @ 587:cf328526b5bb

Moved controller into subfolders.
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 11 Mar 2015 13:39:04 +0100
parents fe074c2250b4
children e24bc8cf8e1d
comparison
equal deleted inserted replaced
586:a9268f5cde26 587:cf328526b5bb
101 // Define the controllers of the application. They will be initialized 101 // Define the controllers of the application. They will be initialized
102 // first before the application "launch" function is called. 102 // first before the application "launch" function is called.
103 controllers: [ 103 controllers: [
104 'Lada.controller.Filter', 104 'Lada.controller.Filter',
105 'Lada.controller.FilterResult', 105 'Lada.controller.FilterResult',
106 'Lada.controller.ProbeForm', 106 'Lada.controller.form.Probe',
107 'Lada.controller.OrtGrid', 107 'Lada.controller.grid.Ort',
108 'Lada.controller.ProbenzusatzwertGrid', 108 'Lada.controller.grid.Probenzusatzwert',
109 'Lada.controller.PKommentarGrid', 109 'Lada.controller.grid.PKommentar',
110 'Lada.controller.MessungenGrid' 110 'Lada.controller.grid.Messungen'
111 ] 111 ]
112 }); 112 });

http://lada.wald.intevation.org