From 7895987a50a531abb6866af842a09d3d6a30b517 Mon Sep 17 00:00:00 2001 From: Divya Manian Date: Sun, 6 Jan 2013 15:24:17 -0800 Subject: [PATCH] Removing 'closer to bare metal' phrase. This phrase causes too much unnecessary drama & does not further the understanding of the beginner in any way. --- 1.1.1/docs/partials/guide/overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.1.1/docs/partials/guide/overview.html b/1.1.1/docs/partials/guide/overview.html index e66564b3ca..f98d6d4482 100644 --- a/1.1.1/docs/partials/guide/overview.html +++ b/1.1.1/docs/partials/guide/overview.html @@ -61,7 +61,7 @@

Angular Sweet Spot

Games, and GUI editors are examples of very intensive and tricky DOM manipulation. These kinds of apps are different from CRUD apps, and as a result are not a good fit for Angular. In these cases -using something closer to bare metal such as jQuery may be a better fit.

+using something designed for such interactions such as jQuery may be a better fit.

An Introductory Angular Example