Skip to content

Commit

Permalink
Fix flex use in template and release 1.0.0-alpha.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanChadwick committed May 13, 2016
1 parent 1d3b98e commit cda7921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ember-paper",
"description": "The Ember approach to Material Design.",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"directories": {
"doc": "doc",
"test": "tests"
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/app/templates/button.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</p>
<h3>Template</h3>
{{#code-block language='handlebars'}}
&lt;div layout="row" flex&gt;
&lt;div class="layout-row"&gt;
\{{#paper-button onClick=(action "flatButton")}}Button with action\{{/paper-button}}
\{{#paper-button noink=true primary=true}}Primary (noink)\{{/paper-button}}
\{{#paper-button disabled=true}}disabled\{{/paper-button}}
Expand Down

0 comments on commit cda7921

Please sign in to comment.