Skip to content

Commit

Permalink
Add template snippet, changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
baileymiller182 committed Mar 9, 2016
1 parent 3095742 commit 423ff23
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- [#260](https://github.com/miguelcobain/ember-paper/pull/260) Set jquery version to 1.11.3
- [#261](https://github.com/miguelcobain/ember-paper/pull/261) Fixed [#237](https://github.com/miguelcobain/ember-paper/issues/237) - didInsertElement deprecation warning for components using proxiable-mixin.
- [#271](https://github.com/miguelcobain/ember-paper/pull/271) Add support for positional param `{{paper-icon "check"}}`
- [#307](https://github.com/miguelcobain/ember-paper/pull/307) Add paper-card title components

### 0.2.10 (Nov 23, 2015)
- [#178](https://github.com/miguelcobain/ember-paper/pull/178) Listen for model changes
Expand Down
17 changes: 17 additions & 0 deletions tests/dummy/app/templates/card.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,23 @@


<h3>Template</h3>
{{#code-block language='handlebars'}}
\{{#paper-card}}
\{{#paper-card-title}}
\{{#paper-card-title-text}}
&lt;h2&gt;Paracosm&lt;/h2&gt;
&lt;p&gt;The titles of Washed Out's breakthrough song and the first single from Paracosm share the...&lt;/p&gt;
\{{/paper-card-title-text}}
\{{#paper-card-title-media}}
&lt;img class="md-media-lg" src="washedout.png"&gt;
\{{/paper-card-title-media}}
\{{/paper-card-title}}
&lt;div class="md-actions" layout="row" layout-align="end center"&gt;
\{{#paper-button}}Action 1\{{/paper-button}}
\{{#paper-button}}Action 2\{{/paper-button}}
&lt;/div&gt;
\{{/paper-card}}{{/code-block}}

{{#code-block language='handlebars'}}
\{{#paper-card}}
&lt;img src="washedout.png" alt="Washed Out"&gt;
Expand Down

0 comments on commit 423ff23

Please sign in to comment.