From c60b633dbc054ebacdb924129ff82340e57d2148 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 1 Dec 2012 00:13:16 +0100 Subject: [PATCH] typo fix --- developer_manual/angular.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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. +