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

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

Issue 2167053002: Converted Observatory nav-notify element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fixed template ciclic references that were blocking initialization 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="observatory_element.html"> 2
3 <link rel="import" href="service_ref.html"> 3 <link rel="import" href="service_ref.html">
4 4
5 <polymer-element name="library-ref" extends="service-ref"> 5 <polymer-element name="library-ref">
6 <template> 6 <template>
7 <link rel="stylesheet" href="css/shared.css"> 7 <link rel="stylesheet" href="css/shared.css">
8 <style> 8 <style>
9 .indented { 9 .indented {
10 margin-left: 1.5em; 10 margin-left: 1.5em;
11 font: 400 14px 'Montserrat', sans-serif; 11 font: 400 14px 'Montserrat', sans-serif;
12 line-height: 150%; 12 line-height: 150%;
13 } 13 }
14 </style> 14 </style>
15 <template if="{{ nameIsEmpty }}"> 15 <template if="{{ nameIsEmpty }}">
(...skipping 13 matching lines...) Expand all
29 </any-service-ref><br> 29 </any-service-ref><br>
30 </template> 30 </template>
31 </template> 31 </template>
32 </div> 32 </div>
33 </curly-block> 33 </curly-block>
34 </template> 34 </template>
35 </template> 35 </template>
36 </polymer-element> 36 </polymer-element>
37 37
38 <script type="application/dart" src="library_ref.dart"></script> 38 <script type="application/dart" src="library_ref.dart"></script>
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/json_view.html ('k') | runtime/observatory/lib/src/elements/library_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698