updated app

This commit is contained in:
2012-05-30 23:00:06 -04:00
parent 6a753904b7
commit da6ad88d48
5545 changed files with 1101709 additions and 60 deletions

View File

@@ -0,0 +1,21 @@
<Title:>
Widgets
<Header:>
<body>
<ui:connectionAlert>
<Body:>
<ui:modal name="testModal" show={_showModal} title="Modal town" close="Meh" primary="You too!">
How nice to see you!
</ui:modal>
<div class="container">
<h1>Bootstrap widgets</h1>
<div class=btn-toolbar>
<ui:dropdown value={test.selected} items={test.options}>
<div class=btn-group>
<button class=btn x-bind="click: showModal">Show modal</button>
</div>
</div>
</div>