diff --git a/developer_manual/angular.rst b/developer_manual/angular.rst index d3f186fd2..2bd72fcd8 100644 --- a/developer_manual/angular.rst +++ b/developer_manual/angular.rst @@ -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 `_ app. \ No newline at end of file +For a simple example, take a look at the `apptemplate_advanced `_ app. +