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

Side by Side Diff: runtime/observatory/lib/src/elements/inbound_reference.html

Issue 2160793004: Converted Observatory curly-block element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fixed typo Created 4 years, 5 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
OLDNEW
1 <link rel="import" href="../../../../packages/polymer/polymer.html"> 1 <link rel="import" href="../../../../packages/polymer/polymer.html">
2 <link rel="import" href="curly_block.html">
3 <link rel="import" href="field_ref.html"> 2 <link rel="import" href="field_ref.html">
4 <link rel="import" href="observatory_element.html"> 3 <link rel="import" href="observatory_element.html">
5 <link rel="import" href="service_ref.html"> 4 <link rel="import" href="service_ref.html">
6 5
7 <polymer-element name="inbound-reference" extends="service-ref"> 6 <polymer-element name="inbound-reference" extends="service-ref">
8 <template> 7 <template>
9 <link rel="stylesheet" href="css/shared.css"> 8 <link rel="stylesheet" href="css/shared.css">
10 <div> 9 <div>
11 <template if="{{ ref['parentField'] != null }}"> 10 <template if="{{ ref['parentField'] != null }}">
12 from <any-service-ref ref="{{ ref['parentField'] }}"></any-service-ref> 11 from <any-service-ref ref="{{ ref['parentField'] }}"></any-service-ref>
(...skipping 14 matching lines...) Expand all
27 </template> 26 </template>
28 </div> 27 </div>
29 </div> 28 </div>
30 </div> 29 </div>
31 </curly-block> 30 </curly-block>
32 </div> 31 </div>
33 </template> 32 </template>
34 </polymer-element> 33 </polymer-element>
35 34
36 <script type="application/dart" src="inbound_reference.dart"></script> 35 <script type="application/dart" src="inbound_reference.dart"></script>
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/error_ref.html ('k') | runtime/observatory/lib/src/elements/instance_ref.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698