Skip to content

Commit

Permalink
testing live push to heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
simbo1905 committed Dec 15, 2011
1 parent 22d51b3 commit 7077808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/zktodo_d.zul
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<?page title="ZkTodo2 - ZK Bind MVVM Example"?>
<?variable-resolver class="org.zkoss.zkplus.spring.DelegatingVariableResolver" ?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window title="To Do List :: 'ZK Bind MVVM' Model-View-ViewModel" width="640px" border="normal" apply="org.zkoss.bind.BindComposer" viewModel="@id('vm') @init(toDoViewModel2)">
<window title="To Do List :: 'ZK Bind MVVM' Model-View-ViewModel - hello zeeks!" width="640px" border="normal" apply="org.zkoss.bind.BindComposer" viewModel="@id('vm') @init(toDoViewModel2)">
<listbox id="list" multiple="true" rows="6" model="@load(vm.reminders)" selectedItem="@bind(vm.selectedReminder)">
<listhead>
<listheader label="Item" />
Expand Down

0 comments on commit 7077808

Please sign in to comment.