From 47c1048cc4d6b6cf2616ddc8417a3a596fde5e56 Mon Sep 17 00:00:00 2001 From: aortyl Date: Mon, 11 Apr 2016 11:20:08 -0400 Subject: [PATCH] docs(guide/Scopes): add comma for readability docs(guide/Scopes): Previous: During template linking directives register watches on the scope New: During template linking, directives register watches on the scope --- docs/content/guide/scope.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/scope.ngdoc b/docs/content/guide/scope.ngdoc index 30263b73df4c..490dedfdee5a 100644 --- a/docs/content/guide/scope.ngdoc +++ b/docs/content/guide/scope.ngdoc @@ -257,7 +257,7 @@ the `$digest` phase. This delay is desirable, since it coalesces multiple model 2. **Watcher registration** - During template linking directives register {@link + During template linking, directives register {@link ng.$rootScope.Scope#$watch watches} on the scope. These watches will be used to propagate model values to the DOM.