can-stache-bindings
Advanced tools
Comparing version 3.0.0-pre.12 to 3.0.0-pre.13
@function can-stache-bindings.converters.string-to-any string-to-any | ||
@parent can-stache-bindings.converters | ||
@description Bind a value to a primitive value, two way converted back to that primitive value when the attribute changes. | ||
@description A [can-stache.registerConverter converter] that binds a value to a primitive value, two way converted back to that primitive value when the attribute changes. | ||
@@ -5,0 +5,0 @@ @signature `string-to-any(~item)` |
@function can-stache-bindings.converters.boolean-to-inList boolean-to-inList | ||
@parent can-stache-bindings.converters | ||
@description Bind a boolean attribute, such as an `<input>` value to whether or not an item is in a list. | ||
@description A [can-stache.registerConverter converter] that binds a boolean attribute, such as an `<input>` value to whether or not an item is in a list. | ||
@@ -5,0 +5,0 @@ @signature `boolean-to-inList(item, list)` |
{ | ||
"name": "can-stache-bindings", | ||
"version": "3.0.0-pre.12", | ||
"version": "3.0.0-pre.13", | ||
"description": "Default binding syntaxes for can-stache", | ||
@@ -5,0 +5,0 @@ "homepage": "http://canjs.com", |
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
170968