From 38dffe7e918872c35ea65efc2757d18820b4904a Mon Sep 17 00:00:00 2001 From: Brent Morrow Date: Sun, 7 Apr 2013 11:59:01 -0700 Subject: docs(guide/concepts): wording change ... or when working with --> a <-- third-party library callbacks. ... or when working with third-party library callbacks. --- docs/content/guide/concepts.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide/concepts.ngdoc') diff --git a/docs/content/guide/concepts.ngdoc b/docs/content/guide/concepts.ngdoc index a7fcfe67..14026a48 100644 --- a/docs/content/guide/concepts.ngdoc +++ b/docs/content/guide/concepts.ngdoc @@ -74,7 +74,7 @@ applied in Angular execution context will benefit from Angular data-binding, exc property watching, etc... You can also use $apply() to enter Angular execution context from JavaScript. Keep in mind that in most places (controllers, services) $apply has already been called for you by the directive which is handling the event. An explicit call to $apply is needed only when -implementing custom event callbacks, or when working with a third-party library callbacks. +implementing custom event callbacks, or when working with third-party library callbacks. 1. Enter Angular execution context by calling {@link guide/scope scope}`.`{@link api/ng.$rootScope.Scope#$apply $apply}`(stimulusFn)`. Where `stimulusFn` is -- cgit v1.2.3