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

Unified Diff: sky/examples/stocks/stocks.sky

Issue 980953002: stocks and stocks-fn should share the stocks data (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « sky/examples/stocks/companylist.sky ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/stocks/stocks.sky
diff --git a/sky/examples/stocks/stocks.sky b/sky/examples/stocks/stocks.sky
index eb6d6d3597498022d632f6a1b7b421d16ca55391..3bcb93fce369fce6d7df7516bdfd2ea36df484f6 100644
--- a/sky/examples/stocks/stocks.sky
+++ b/sky/examples/stocks/stocks.sky
@@ -12,7 +12,6 @@
<import src="/sky/framework/sky-scrollable.sky" />
<import src="/sky/framework/sky-toolbar.sky" />
<import src="stock.sky" as='view'/>
-<import src='companylist.sky' as='model'/>
<sky-element>
<template>
@@ -71,6 +70,7 @@
<script>
import "dart:sky";
import "dart:math";
+import "../data/stocks.dart" as model;
List pick(List list, int count) {
var rng = new Random();
« no previous file with comments | « sky/examples/stocks/companylist.sky ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698