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

Side by Side Diff: lib/components/tabs.html

Issue 14295009: Fix widget.dart to work with the latest web_ui library. Specifically, query selectors need to use "… (Closed) Base URL: https://github.com/kevmoo/widget.dart.git@master
Patch Set: ptal Created 7 years, 8 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 | « lib/components/tabs.dart ('k') | lib/src/effects/css3_transition_effect.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <link rel="components" href="swap.html"> 4 <link rel="components" href="swap.html">
5 </head> 5 </head>
6 <body> 6 <body>
7 <element name="x-tabs" extends="div"> 7 <element name="x-tabs" extends="div" constructor="Tabs">
8 <template> 8 <template>
9 <ul class='nav nav-tabs'> 9 <ul class='nav nav-tabs'>
10 <content select='li'></content> 10 <content select='li'></content>
11 </ul> 11 </ul>
12 <x-swap> 12 <x-swap>
13 <content></content> 13 <content></content>
14 </x-swap> 14 </x-swap>
15 </template> 15 </template>
16 <script type="application/dart" src='tabs.dart'></script> 16 <script type="application/dart" src='tabs.dart'></script>
17 </element> 17 </element>
18 </body> 18 </body>
19 </html> 19 </html>
OLDNEW
« no previous file with comments | « lib/components/tabs.dart ('k') | lib/src/effects/css3_transition_effect.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698