Value 1
Value 2
Value 3
Value 1
Value 2
Value 3
value2
value2
ss2
Deep H
Jasmine
1.3.1 revision 1354556913
finished in 0.027s
No try/catch
Passing 28 specs
DataBind
Test different DOM element type
should input type text be 2-way bound
should textarea be 2-way bound
should checkbox be 2-way bound
should radio be 2-way bound
should select be 2-way bound
should select with multi-select be 2-way bound
should div (block el) be 1-way bound as it has no user input
should span (inline el) be 1-way bound as it has no user input
should email be 2-way bound
should url be 2-way bound
should week be 2-way bound
should time be 2-way bound
should search be 2-way bound
should tel be 2-way bound
should range be 2-way bound
should number be 2-way bound
should month be 2-way bound
should datetime-local be 2-way bound
should date be 2-way bound
should color be 2-way bound
should password be 2-way bound
Test different input element types
should accept bare dom elements
should accept jquery wrapped dom elements
Test binding works on nested elements
should bind a nested element via its parent
should bind a nested element via its parent with multiple children
should bind a deeply nested element via its parent
Test binding works on keys with arrays
should bind to element inside array model
should bind to element inside deep array model