Skip to content

Commit

Permalink
Update docs according to latest derby api
Browse files Browse the repository at this point in the history
  • Loading branch information
ovvn committed Jan 10, 2016
1 parent c5507b1 commit 779c2a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guides/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ app.component('tabs', require('./tabs'));

### tabs.html
```
<tabs: arrays="pane" element="tabs">
<tabs: arrays="pane" tag="tabs">
<ul class="tabs-nav">
{{each @pane as #pane, #i}}
<li class="{{if selectedIndex === #i}}active{{/if}}">
Expand Down Expand Up @@ -92,13 +92,13 @@ module.exports = class Tabs
```
<Body:>
<view
name="todos-new"
is="todos-new"
on-submit="list.add()"
label="Add todo"
autofocus>
</view>
<view
name="todos-list"
is="todos-list"
as="list"
items="{{_page.items}}">
</view>
Expand Down

0 comments on commit 779c2a1

Please sign in to comment.