mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
typo fix
This commit is contained in:
parent
7a45230bd3
commit
c60b633dbc
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user