Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,6 @@ var view = reactive(template, model);
</ul>
```

You can push (pop, shift, etc) to the array and the view will be updated accordingly.
```js
model.people.push('Eve');
```

```html
<ul>
<li>Sally</li>
<li>Billy</li>
<li>Eve</li>
</ul>
```

### Hiding and showing elements

DOM elements can be shown or hidden via the `data-visible` and `data-hidden` bindings.
Expand Down