1
0
Fork 0
fgdata/Phi/topics/Environment/Weather.html

8 lines
356 B
HTML
Raw Normal View History

2015-02-06 12:08:32 +00:00
<h3>Basic Troposphere Weather Conditions</h3>
<div data-bind="foreach: topics, buttonset: { refreshOn: topics }">
<input type="radio" name="mygroup" data-bind="attr: { id: $data }, click: $parent.selectTopic" />
<label data-bind="attr: { 'for': $data }, text: $data"></label>
</div>
<div data-bind="component: { name: selectedComponent }"></div>