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

Side by Side Diff: third_party/pkg/route_hierarchical/example/full/home.html

Issue 180843004: Revert revision 33053 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <html> 3 <html>
4 <head> 4 <head>
5 </head> 5 </head>
6 <body> 6 <body>
7 <element name="x-home" constructor="HomeComponent" extends="div"> 7 <element name="x-home" constructor="HomeComponent" extends="div">
8 <template> 8 <template>
9 <h1>Welcome</h1> 9 <h1>Welcome</h1>
10 <p> 10 <p>
(...skipping 10 matching lines...) Expand all
21 <a href="{{links['111111']['info']}}">Company 111111</a> 21 <a href="{{links['111111']['info']}}">Company 111111</a>
22 (<a href="{{links['111111']['activities']}}">activities</a>, 22 (<a href="{{links['111111']['activities']}}">activities</a>,
23 <a href="{{links['111111']['notes']}}">notes</a>) 23 <a href="{{links['111111']['notes']}}">notes</a>)
24 </li> 24 </li>
25 </ul> 25 </ul>
26 </template> 26 </template>
27 <script type="application/dart" src="home.dart"></script> 27 <script type="application/dart" src="home.dart"></script>
28 </element> 28 </element>
29 </body> 29 </body>
30 </html> 30 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698