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

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

Issue 180843004: Revert revision 33053 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 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 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 <link rel="import" href="company-info.html"> 5 <link rel="import" href="company-info.html">
6 </head> 6 </head>
7 <body> 7 <body>
8 <element name="x-porfolio" constructor="PortfolioComponent" extends="div"> 8 <element name="x-porfolio" constructor="PortfolioComponent" extends="div">
9 <template> 9 <template>
10 <!-- Tabs header --> 10 <!-- Tabs header -->
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 <template if="tab['userValue'] != null"> 54 <template if="tab['userValue'] != null">
55 <x-company-info company="{{tab['userValue']}}" route="{{companyRou te.newHandle()}}"></x-company-info> 55 <x-company-info company="{{tab['userValue']}}" route="{{companyRou te.newHandle()}}"></x-company-info>
56 </template> 56 </template>
57 </template> 57 </template>
58 </template> 58 </template>
59 </template> 59 </template>
60 <script type="application/dart" src="portfolio.dart"></script> 60 <script type="application/dart" src="portfolio.dart"></script>
61 </element> 61 </element>
62 </body> 62 </body>
63 </html> 63 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698