can-stache-bindings
Advanced tools
Comparing version 4.0.0-pre.28 to 4.0.0-pre.29
@@ -112,3 +112,3 @@ @function can-stache-bindings.toParent toParent:to | ||
```html | ||
<my-tabs @addPanel:to="scope.vars.addPanel"> | ||
<my-tabs addPanel:to="scope.vars.addPanel"> | ||
``` | ||
@@ -119,3 +119,3 @@ | ||
```html | ||
<my-panel addPanel:from="scope.vars@addPanel" title:from="'CanJS'">CanJS Content</my-panel> | ||
<my-panel addPanel:from="scope.vars.addPanel" title:from="'CanJS'">CanJS Content</my-panel> | ||
``` | ||
@@ -126,4 +126,1 @@ | ||
@demo demos/can-stache-bindings/to-parent-function.html | ||
Notice that `@` is used to prevent reading the function. You can read more about | ||
the [can-stache/keys/at @ operator in the can-stache docs]. |
{ | ||
"name": "can-stache-bindings", | ||
"version": "4.0.0-pre.28", | ||
"version": "4.0.0-pre.29", | ||
"description": "Default binding syntaxes for can-stache", | ||
@@ -5,0 +5,0 @@ "homepage": "https://canjs.com/doc/can-stache-bindings.html", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
185395