From 93070f14885801de7e264b04fdf4cb54b7dc7d9b Mon Sep 17 00:00:00 2001 From: Matt Rohrer Date: Wed, 26 Sep 2012 15:30:55 +0200 Subject: docs(guide): minor grammar fixes --- docs/content/guide/scope.ngdoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/content/guide/scope.ngdoc') diff --git a/docs/content/guide/scope.ngdoc b/docs/content/guide/scope.ngdoc index 5425215f..b2dd5e53 100644 --- a/docs/content/guide/scope.ngdoc +++ b/docs/content/guide/scope.ngdoc @@ -81,7 +81,7 @@ Logically the rendering of `{{greeting}}` involves: You can think of the scope and its properties as the data which is used to render the view. The scope is the single source-of-truth for all things view related. -From testability, the separation of the controller and the view is desirable, because it allows us +From a testability point of view, the separation of the controller and the view is desirable, because it allows us to test the behavior without being distracted by the rendering details.
@@ -151,7 +151,7 @@ This example illustrates scopes in application, and prototypical inheritance of -Notice that the Angular automatically places `ng-scope` class on elements where scopes are +Notice that Angular automatically places `ng-scope` class on elements where scopes are attached. The `