Mercurial > lada > lada-client
comparison app.js @ 638:d21048cbdbb3
Added controllers for map and location form and handle new locations.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Tue, 17 Mar 2015 14:33:13 +0100 |
parents | 8a156a7fbe67 |
children | 67963fcb7739 |
comparison
equal
deleted
inserted
replaced
637:8acb3123b46c | 638:d21048cbdbb3 |
---|---|
110 'Lada.controller.grid.Probenzusatzwert', | 110 'Lada.controller.grid.Probenzusatzwert', |
111 'Lada.controller.grid.PKommentar', | 111 'Lada.controller.grid.PKommentar', |
112 'Lada.controller.grid.MKommentar', | 112 'Lada.controller.grid.MKommentar', |
113 'Lada.controller.grid.Messung', | 113 'Lada.controller.grid.Messung', |
114 'Lada.controller.grid.Messwert', | 114 'Lada.controller.grid.Messwert', |
115 'Lada.controller.grid.Status' | 115 'Lada.controller.grid.Status', |
116 'Lada.controller.Map', | |
117 'Lada.controller.form.Location' | |
116 ] | 118 ] |
117 }); | 119 }); |