Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
squallstar committed Dec 6, 2019
1 parent bd81154 commit c167d74
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/API/fliplet-helper.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,16 +151,13 @@ Use the `{! this !}` code to define the distribution outlet for content.
```js
Fliplet.Helper('option', {
template: '<p><input type="checkbox" value="{! value !}" /> {! this !}</p>'
data: {
firstName: 'John'
}
});
```

```html
{! start option value="Yes" !}
Accept privacy policy
{! end welcome !}
{! end option !}
```

Output:
Expand Down

0 comments on commit c167d74

Please sign in to comment.