Mercurial > lada > lada-client
comparison app.js @ 558:9d4e4f07e751
Load probenzusatzwert controller.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 06 Mar 2015 17:03:52 +0100 |
parents | d47ee7439f44 |
children | 8ebe4cfca4b8 1f6a22107c8c |
comparison
equal
deleted
inserted
replaced
557:48ee1adee0a2 | 558:9d4e4f07e751 |
---|---|
101 // first before the application "launch" function is called. | 101 // first before the application "launch" function is called. |
102 controllers: [ | 102 controllers: [ |
103 'Lada.controller.Filter', | 103 'Lada.controller.Filter', |
104 'Lada.controller.FilterResult', | 104 'Lada.controller.FilterResult', |
105 'Lada.controller.ProbeForm', | 105 'Lada.controller.ProbeForm', |
106 'Lada.controller.OrtGrid' | 106 'Lada.controller.OrtGrid', |
107 'Lada.controller.ProbenzusatzwertGrid' | |
107 ] | 108 ] |
108 }); | 109 }); |