File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 162
162
* local name. Given `<widget my-attr="count = count + value">` and widget definition of
163
163
* `scope: { localFn:'&myAttr' }`, then isolate scope property `localFn` will point to
164
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
165
+ * pass data from the isolated scope via an expression to the parent scope, this can be
166
166
* done by passing a map of local variable names and values into the expression wrapper fn.
167
167
* For example, if the expression is `increment(amount)` then we can specify the amount value
168
168
* by calling the `localFn` as `localFn({amount: 22})`.
You can’t perform that action at this time.
0 commit comments