diff options
| author | Brent Morrow | 2013-04-07 11:59:01 -0700 |
|---|---|---|
| committer | Igor Minar | 2013-04-11 14:55:31 -0700 |
| commit | 814feaa2ab95a18f060181244ccec61359947830 (patch) | |
| tree | 42aaed88259260f2f7d447a22b3b0024b4c08998 /docs/content/guide | |
| parent | aa2e66dcaf316729e72072c4807b9e088e68a1a2 (diff) | |
| download | angular.js-814feaa2ab95a18f060181244ccec61359947830.tar.bz2 | |
docs(guide/concepts): wording change
... or when working with --> a <-- third-party library callbacks.
... or when working with third-party library callbacks.
Diffstat (limited to 'docs/content/guide')
| -rw-r--r-- | docs/content/guide/concepts.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
