Skip to content

Commit

Permalink
finishing deletion support
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Jan 19, 2015
1 parent 1a19582 commit 5c7de70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<link rel="import" href="./meme-together-raw.html">
</head>
<body>
<h1> Meme Together!</h1>
<meme-together></meme-together>
</body>
</html>
2 changes: 1 addition & 1 deletion meme-together-raw.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</style>
<div>
<div class="create-new" on-tap="{{createMemeHandler}}">
...
<h2 style="margin: 0">Meme Together!</h2>
<paper-fab icon="add" mini></paper-fab>
</div>
<paper-dialog id="meme_list" heading="Choose your Meme" transition="core-transition-top">
Expand Down

0 comments on commit 5c7de70

Please sign in to comment.