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

Side by Side Diff: lib/components/modal.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/modal.dart ('k') | lib/components/swap.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 <body> 3 <body>
4 <element name="x-modal" extends="div"> 4 <element name="x-modal" extends="div" constructor="Modal">
5 <template> 5 <template>
6 <div class="modal"> 6 <div class="modal">
7 <content></content> 7 <content></content>
8 </div> 8 </div>
9 </template> 9 </template>
10 <script type="application/dart" src='modal.dart'></script> 10 <script type="application/dart" src='modal.dart'></script>
11 </element> 11 </element>
12 </body> 12 </body>
13 </html> 13 </html>
OLDNEW
« no previous file with comments | « lib/components/modal.dart ('k') | lib/components/swap.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698