Skip to content

Commit 698f89f

Browse files
mikehaas763Cameron Knight
authored and
Cameron Knight
committed
docs($compile): fix minor typo
Closes angular#8048
1 parent 07d32a6 commit 698f89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/compile.js

+1-1
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)