Commit 6559a8b6 authored by Adam Barth's avatar Adam Barth

Make the StockList actually work in stocks2

RenderScaffold needs to attach and detach its children when asked.

R=eseidel@chromium.org, ianh@google.com

Review URL: https://codereview.chromium.org/1149893025
parent a33db92d
......@@ -204,7 +204,7 @@ class StocksApp extends App {
List<UINode> overlays = [
new Scaffold(
toolbar: _isSearching ? buildSearchBar() : buildToolBar(),
// body: new Stocklist(stocks: _stocks, query: _searchQuery),
body: new Stocklist(stocks: _stocks, query: _searchQuery),
// floatingActionButton: new FloatingActionButton(
// content: new Icon(type: 'content/add_white', size: 24),
// level: 3),
......
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