Mercurial > lada > lada-client
diff app.js @ 120:19eab475bbe5
Clean up part one. Reduced application to the search page. Moved some stores for comoboboxes right to the combobox
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Fri, 21 Jun 2013 16:53:39 +0200 |
parents | f2579cadaee8 |
children | c05fda928b82 |
line wrap: on
line diff
--- a/app.js Fri Jun 21 16:51:16 2013 +0200 +++ b/app.js Fri Jun 21 16:53:39 2013 +0200 @@ -26,11 +26,12 @@ // Define the controllers of the application. They will be initialized // first before the application "launch" function is called. controllers: [ - 'Proben', - 'Kommentare', - 'Sql', - 'Zusatzwerte', - 'Orte', - 'Messungen' + 'Sql' + //'Proben', + //'Kommentare', + //'Sql', + //'Zusatzwerte', + //'Orte', + //'Messungen' ] });