We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d32a6 commit 698f89fCopy full SHA for 698f89f
src/ng/compile.js
@@ -162,7 +162,7 @@
162
* local name. Given `<widget my-attr="count = count + value">` and widget definition of
163
* `scope: { localFn:'&myAttr' }`, then isolate scope property `localFn` will point to
164
* 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
+ * pass data from the isolated scope via an expression to the parent scope, this can be
166
* done by passing a map of local variable names and values into the expression wrapper fn.
167
* For example, if the expression is `increment(amount)` then we can specify the amount value
168
* by calling the `localFn` as `localFn({amount: 22})`.
0 commit comments