| OLD | NEW |
| 1 <link rel="import" href="../../../../packages/polymer/polymer.html"> | 1 <link rel="import" href="../../../../packages/polymer/polymer.html"> |
| 2 <link rel="import" href="class_ref.html"> | 2 <link rel="import" href="class_ref.html"> |
| 3 <link rel="import" href="field_ref.html"> | 3 <link rel="import" href="field_ref.html"> |
| 4 <link rel="import" href="function_ref.html"> | 4 <link rel="import" href="function_ref.html"> |
| 5 <link rel="import" href="instance_ref.html"> | 5 <link rel="import" href="instance_ref.html"> |
| 6 <link rel="import" href="observatory_element.html"> | 6 <link rel="import" href="observatory_element.html"> |
| 7 <link rel="import" href="nav_bar.html"> | 7 <link rel="import" href="nav_bar.html"> |
| 8 <link rel="import" href="object_common.html"> | 8 <link rel="import" href="object_common.html"> |
| 9 <link rel="import" href="context_ref.html"> | 9 <link rel="import" href="context_ref.html"> |
| 10 <link rel="import" href="view_footer.html"> |
| 10 | 11 |
| 11 <polymer-element name="context-view" extends="observatory-element"> | 12 <polymer-element name="context-view" extends="observatory-element"> |
| 12 <template> | 13 <template> |
| 13 <link rel="stylesheet" href="css/shared.css"> | 14 <link rel="stylesheet" href="css/shared.css"> |
| 14 <nav-bar> | 15 <nav-bar> |
| 15 <top-nav-menu></top-nav-menu> | 16 <top-nav-menu></top-nav-menu> |
| 16 <isolate-nav-menu isolate="{{ context.isolate }}"></isolate-nav-menu> | 17 <isolate-nav-menu isolate="{{ context.isolate }}"></isolate-nav-menu> |
| 17 <!-- TODO(turnidge): Add library nav menu here. --> | 18 <!-- TODO(turnidge): Add library nav menu here. --> |
| 18 <class-nav-menu cls="{{ context.clazz }}"></class-nav-menu> | 19 <class-nav-menu cls="{{ context.clazz }}"></class-nav-menu> |
| 19 <nav-menu link="." anchor="instance" last="{{ true }}"></nav-menu> | 20 <nav-menu link="." anchor="instance" last="{{ true }}"></nav-menu> |
| (...skipping 30 matching lines...) Expand all Loading... |
| 50 <div class="memberName">[{{ variable['index']}}]</div> | 51 <div class="memberName">[{{ variable['index']}}]</div> |
| 51 <div class="memberValue"> | 52 <div class="memberValue"> |
| 52 <any-service-ref ref="{{ variable['value'] }}"></any-service
-ref> | 53 <any-service-ref ref="{{ variable['value'] }}"></any-service
-ref> |
| 53 </div> | 54 </div> |
| 54 </div> | 55 </div> |
| 55 </template> | 56 </template> |
| 56 </div> | 57 </div> |
| 57 </curly-block><br><br> | 58 </curly-block><br><br> |
| 58 </template> | 59 </template> |
| 59 </div> | 60 </div> |
| 60 | |
| 61 <br><br><br><br> | |
| 62 <br><br><br><br> | |
| 63 | |
| 64 </template> | 61 </template> |
| 62 <view-footer></view-footer> |
| 65 </template> | 63 </template> |
| 66 </polymer-element> | 64 </polymer-element> |
| 67 | 65 |
| 68 <script type="application/dart" src="context_view.dart"></script> | 66 <script type="application/dart" src="context_view.dart"></script> |
| OLD | NEW |