can-stache-bindings
Advanced tools
Comparing version 3.0.0-pre.9 to 3.0.0-pre.10
@@ -38,2 +38,3 @@ // # can/view/bindings/bindings.js | ||
var attr = require('can-util/dom/attr/attr'); | ||
require('./converters'); | ||
@@ -40,0 +41,0 @@ // ## Behaviors |
@module can-stache-bindings | ||
@parent can-core | ||
@link ../docco/view/bindings/bindings.html docco | ||
@group can-stache-bindings.converters Converters | ||
@group can-stache-bindings.syntaxes Syntaxes | ||
@@ -5,0 +7,0 @@ Provides template event, one-way, and two-way bindings. |
@function can-stache-bindings.event \(event\) | ||
@parent can-stache-bindings 0 | ||
@parent can-stache-bindings.syntaxes 0 | ||
@@ -4,0 +4,0 @@ @description Response to events on elements or component ViewModels. |
@function can-stache-bindings.reference *REFERENCE | ||
@parent can-stache-bindings 4 | ||
@parent can-stache-bindings.syntaxes 4 | ||
@@ -4,0 +4,0 @@ @description Export a viewModel into a template's references scope. |
@function can-stache-bindings.toChild {to-child} | ||
@parent can-stache-bindings 1 | ||
@parent can-stache-bindings.syntaxes 1 | ||
@@ -4,0 +4,0 @@ @description One-way bind a value in the parent scope to the [can-component::viewModel viewModel]. |
@function can-stache-bindings.toParent {^to-parent} | ||
@parent can-stache-bindings 2 | ||
@parent can-stache-bindings.syntaxes 2 | ||
@@ -4,0 +4,0 @@ @description One-way bind a value in the current [can-component::viewModel viewModel] to the parent scope. |
@function can-stache-bindings.twoWay {\(two-way\)} | ||
@parent can-stache-bindings 3 | ||
@parent can-stache-bindings.syntaxes 3 | ||
@@ -4,0 +4,0 @@ @description Two-way bind a value in the [can-component::viewModel viewModel] or the element to the parent scope. |
{ | ||
"name": "can-stache-bindings", | ||
"version": "3.0.0-pre.9", | ||
"version": "3.0.0-pre.10", | ||
"description": "Default binding syntaxes for can-stache", | ||
@@ -5,0 +5,0 @@ "homepage": "http://canjs.com", |
@@ -0,1 +1,2 @@ | ||
require("./converters-test"); | ||
require("./bindings-define-test"); | ||
@@ -2,0 +3,0 @@ |
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
161904
48
2982