| OLD | NEW |
| 1 <head> | 1 <head> |
| 2 <link rel="import" href="class_ref.html"> | 2 <link rel="import" href="class_ref.html"> |
| 3 <link rel="import" href="error_view.html"> | 3 <link rel="import" href="error_view.html"> |
| 4 <link rel="import" href="eval_box.html"> | 4 <link rel="import" href="eval_box.html"> |
| 5 <link rel="import" href="eval_link.html"> | 5 <link rel="import" href="eval_link.html"> |
| 6 <link rel="import" href="field_ref.html"> | 6 <link rel="import" href="field_ref.html"> |
| 7 <link rel="import" href="function_ref.html"> | 7 <link rel="import" href="function_ref.html"> |
| 8 <link rel="import" href="instance_ref.html"> | 8 <link rel="import" href="instance_ref.html"> |
| 9 <link rel="import" href="observatory_element.html"> | 9 <link rel="import" href="observatory_element.html"> |
| 10 <link rel="import" href="nav_bar.html"> | 10 <link rel="import" href="nav_bar.html"> |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 <hr> | 175 <hr> |
| 176 | 176 |
| 177 <div class="content"> | 177 <div class="content"> |
| 178 <eval-box callback="{{ eval }}"></eval-box> | 178 <eval-box callback="{{ eval }}"></eval-box> |
| 179 </div> | 179 </div> |
| 180 <br><br><br><br> | 180 <br><br><br><br> |
| 181 <br><br><br><br> | 181 <br><br><br><br> |
| 182 | 182 |
| 183 </template> | 183 </template> |
| 184 </template> | 184 </template> |
| 185 <script type="application/dart;component=1" src="instance_view.dart"></script> | 185 <script type="application/dart" src="instance_view.dart"></script> |
| 186 </polymer-element> | 186 </polymer-element> |
| OLD | NEW |