Skip to content

Commit

Permalink
Update README and demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalec committed Sep 2, 2015
1 parent 227050e commit bead874
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

`<juicy-iframe>` is a custom element that lets you stamp inline or external HTML into an iframe.
It also provides simple data binding, that works for native JS/HTML as well as for Polymer's `dom-bind`.
See [README.md](https://github.com/Juicy/juicy-iframe">) for more information.

## Demo/Examples

Expand Down Expand Up @@ -43,8 +42,8 @@ Or [download as ZIP](https://github.com/Juicy/juicy-iframe/archive/gh-pages.zip)

Attribute | Options | Default | Description
--- | --- | --- | ---
`content` | *string* | `""` | Safe HTML code, or path (starts with `/` or `./`) to partial to be loaded.
`model` | *string*|*Object* | `undefined` | Data model to attach to stamped iframe.
`content` | *String* | `""` | Safe HTML code, or path (starts with `/` or `./`) to partial to be loaded.
`model` | *String* or *Object* | `undefined` | Data model to attach to stamped iframe.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</head>
<body class="markdown-body">

<a href="https://github.com/Juicy/imported-template"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<a href="https://github.com/Juicy/juicy-iframe"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>

<h1>&lt;juicy-iframe&gt;
<iframe src="http://ghbtns.com/github-btn.html?user=juicy&amp;repo=juicy-iframe&amp;type=watch&amp;count=true&amp;size=medium"
Expand Down

0 comments on commit bead874

Please sign in to comment.