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

Side by Side Diff: runtime/observatory/lib/src/elements/json_view.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="nav_bar.html"> 2 <link rel="import" href="nav_bar.html">
3 <link rel="import" href="observatory_element.html"> 3
4 <polymer-element name="json-view" extends="observatory-element"> 4 <polymer-element name="json-view">
5 <template> 5 <template>
6 <nav-bar> 6 <nav-bar>
7 <top-nav-menu last="{{ true }}"></top-nav-menu> 7 <top-nav-menu last="{{ true }}"></top-nav-menu>
8 <nav-notify notifications="{{ app.notifications }}"></nav-notify> 8 <nav-notify notifications="{{ app.notifications }}"></nav-notify>
9 </nav-bar> 9 </nav-bar>
10 <pre>{{ mapAsString }}</pre> 10 <pre>{{ mapAsString }}</pre>
11 </template> 11 </template>
12 </polymer-element> 12 </polymer-element>
13 13
14 <script type="application/dart" src="json_view.dart"></script> 14 <script type="application/dart" src="json_view.dart"></script>
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/isolate_view.html ('k') | runtime/observatory/lib/src/elements/library_ref.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698