Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5944)

Unified Diff: chrome/browser/resources/md_bookmarks/list.html

Issue 2614703003: [MD Bookmarks] Add search. (Closed)
Patch Set: Refactor search logic into store and add search tests. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/md_bookmarks/list.html
diff --git a/chrome/browser/resources/md_bookmarks/list.html b/chrome/browser/resources/md_bookmarks/list.html
index 9098d7cb553719e6f22c8bcddbe3a98f8ed1fd26..4d9c1c0d5d476ec2d23e29e26482aca5313982b2 100644
--- a/chrome/browser/resources/md_bookmarks/list.html
+++ b/chrome/browser/resources/md_bookmarks/list.html
@@ -34,7 +34,7 @@
</dialog>
<div id="bookmarks-card">
<!-- TODO(angelayang): handle empty folders -->
- <template is="dom-repeat" items="[[selectedNode.children]]" as="item">
+ <template is="dom-repeat" items="[[displayedList]]" as="item">
<bookmarks-item item="[[item]]"></bookmarks-item>
</template>
</div>

Powered by Google App Engine
This is Rietveld 408576698