Commit 7d6e999c authored by Arthur Verschaeve's avatar Arthur Verschaeve

Polymer: get rid of count in `clear completed` button

parent fba4c697
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<a href="../#/completed">Completed</a> <a href="../#/completed">Completed</a>
</li> </li>
</core-selector> </core-selector>
<button hidden?="{{model.completedCount == 0}}" id="clear-completed" on-click="{{clearCompletedAction}}">Clear completed ({{model.completedCount}})</button> <button hidden?="{{model.completedCount == 0}}" id="clear-completed" on-click="{{clearCompletedAction}}">Clear completed</button>
</footer> </footer>
</section> </section>
</template> </template>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment