Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d9b693b

Browse files
mikehaas763petebacondarwin
authored andcommitted
docs($compile): fix minor typo
Closes #8048
1 parent da94ab2 commit d9b693b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/compile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
* local name. Given `<widget my-attr="count = count + value">` and widget definition of
163163
* `scope: { localFn:'&myAttr' }`, then isolate scope property `localFn` will point to
164164
* a function wrapper for the `count = count + value` expression. Often it's desirable to
165-
* pass data from the isolated scope via an expression and to the parent scope, this can be
165+
* pass data from the isolated scope via an expression to the parent scope, this can be
166166
* done by passing a map of local variable names and values into the expression wrapper fn.
167167
* For example, if the expression is `increment(amount)` then we can specify the amount value
168168
* by calling the `localFn` as `localFn({amount: 22})`.

0 commit comments

Comments
 (0)