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

Side by Side Diff: src/site/articles/web-ui/index.markdown

Issue 23767007: pull web ui from articles page (Closed) Base URL: git@github.com:dart-lang/dartlang.org.git@master
Patch Set: Created 7 years, 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 --- 1 ---
2 layout: default 2 layout: default
3 title: "Web UI Package" 3 title: "Web UI Package"
4 rel: 4 rel:
5 author: sigmund-cherem 5 author: sigmund-cherem
6 description: "Use web components and templates today with Dart. This brief 6 description: "Use web components and templates today with Dart. This brief
7 introduction shows you how to use the features of tomorrow, today." 7 introduction shows you how to use the features of tomorrow, today."
8 has-permalinks: true 8 has-permalinks: true
9 article:
10 written_on: 2012-10-01
11 updated_on: 2013-02-01
12 collection: libraries-and-apis
13 --- 9 ---
14 {% comment %} 10 {% comment %}
15 11
16 README --- General notes about editing this file: 12 README --- General notes about editing this file:
17 13
18 * This file is processed by liquid, which evaluates {{ var }} and removes the 14 * This file is processed by liquid, which evaluates {{ var }} and removes the
19 \{\{ and \}\} symbols from the code. Because we use \{\{\}\} in our template 15 \{\{ and \}\} symbols from the code. Because we use \{\{\}\} in our template
20 expressions, we need to escape them in a special way. Unfortunately using 16 expressions, we need to escape them in a special way. Unfortunately using
21 \{\{\}\} within code makes the backslash show up. There are 2 ways to work 17 \{\{\}\} within code makes the backslash show up. There are 2 ways to work
22 around this: 18 around this:
(...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 [project]: https://github.com/dart-lang/web-ui/ 618 [project]: https://github.com/dart-lang/web-ui/
623 [bugs]: https://github.com/dart-lang/web-ui/issues 619 [bugs]: https://github.com/dart-lang/web-ui/issues
624 [backbone]: http://backbonejs.org/ 620 [backbone]: http://backbonejs.org/
625 [angular]: http://angularjs.org/ 621 [angular]: http://angularjs.org/
626 [ember]: http://emberjs.com/ 622 [ember]: http://emberjs.com/
627 [todomvcindwc]: https://github.com/dart-lang/web-ui/tree/master/example/todomvc 623 [todomvcindwc]: https://github.com/dart-lang/web-ui/tree/master/example/todomvc
628 [watcher]: http://dart-lang.github.com/web-ui/docs/watcher.html 624 [watcher]: http://dart-lang.github.com/web-ui/docs/watcher.html
629 [watcher.dispatch]: http://dart-lang.github.com/web-ui/docs/watcher.html#dispatc h 625 [watcher.dispatch]: http://dart-lang.github.com/web-ui/docs/watcher.html#dispatc h
630 [group]: https://groups.google.com/a/dartlang.org/group/web-ui/topics 626 [group]: https://groups.google.com/a/dartlang.org/group/web-ui/topics
631 [so]: http://stackoverflow.com/tags/dart 627 [so]: http://stackoverflow.com/tags/dart
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698