This commit is contained in:
Bernhard Posselt
2012-12-01 00:13:16 +01:00
parent 7a45230bd3
commit c60b633dbc

View File

@@ -14,7 +14,7 @@ Documentation is available at these sources:
What problem does it solve
--------------------------
jQuery is a nice library but when it comes to building webapplications one will soon reach a point where its becoming increasingly impossible to change templates from logic.
jQuery is a nice library but when it comes to building webapplications, one will soon reach a point where its becoming increasingly impossible to split view and logic.
That problem is caused by jQueries habit to operate directly on dom elements. Most jQuery code looks like this:
@@ -135,4 +135,5 @@ The following folderstructure is recommended::
coffee/controllers/
coffee/services/
For a simple example, take a look at the `apptemplate_advanced <https://github.com/owncloud/apps/tree/master/apptemplate_advanced>`_ app.
For a simple example, take a look at the `apptemplate_advanced <https://github.com/owncloud/apps/tree/master/apptemplate_advanced>`_ app.