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

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

Issue 2614703003: [MD Bookmarks] Add search. (Closed)
Patch Set: 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..b72dda1cefcfd2dcbd0018c8730532bf4ad6d9c6 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