Skip to content

Commit

Permalink
Merge branch 'panel-item-selected' of https://github.com/bmccord/knoc…
Browse files Browse the repository at this point in the history
…kout-kendo into bmccord-panel-item-selected
  • Loading branch information
rniemeyer committed May 23, 2014
2 parents 67ddc4e + 2e7a321 commit 39f4a42
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/knockout-kendoPanelBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ createBinding({
parent: "kendoPanelBar",
watch: {
enabled: ENABLE,
expanded: [EXPAND, COLLAPSE]
expanded: [EXPAND, COLLAPSE],
selected: [SELECT]
},
childProp: "item",
events: {
Expand All @@ -19,6 +20,10 @@ createBinding({
collapse: {
writeTo: EXPANDED,
value: false
},
select: {
writeTo: SELECTED,
value: VALUE
}
},
async: true
Expand Down

0 comments on commit 39f4a42

Please sign in to comment.