Commit 3627cefc authored by Hixie's avatar Hixie

Abstract out the AppView logic in fn so that it can also be used in non-pure-fn apps.

This lays the groundwork for using fn widgets in static environments.

R=abarth@chromium.org

Review URL: https://codereview.chromium.org/1178703002
parent a5a56cbd
......@@ -46,8 +46,6 @@ class StocksApp extends App {
_drawerController = new DrawerController(_handleDrawerStatusChanged);
}
void syncFields(StocksApp source) { }
bool _isSearching = false;
String _searchQuery;
......
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