Mercurial > lada > lada-client
comparison app.js @ 54:3c7bfff8bd64
Added Controller for kommentare
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 28 May 2013 11:20:24 +0200 |
parents | f964a50bfe57 |
children | 7661f09466cc |
comparison
equal
deleted
inserted
replaced
53:73bc17de6ff2 | 54:3c7bfff8bd64 |
---|---|
9 }, | 9 }, |
10 // Define the controllers of the application. They will be initialized | 10 // Define the controllers of the application. They will be initialized |
11 // first before the application "launch" function is called. | 11 // first before the application "launch" function is called. |
12 controllers: [ | 12 controllers: [ |
13 'Proben', | 13 'Proben', |
14 'Kommentare', | |
14 'Sql' | 15 'Sql' |
15 ] | 16 ] |
16 }); | 17 }); |