| 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="curly_block.html"> | 2 <link rel="import" href="curly_block.html"> |
| 3 <link rel="import" href="observatory_element.html"> | 3 <link rel="import" href="observatory_element.html"> |
| 4 <link rel="import" href="service_ref.html"> | 4 <link rel="import" href="service_ref.html"> |
| 5 | 5 |
| 6 <polymer-element name="instance-ref" extends="service-ref"> | 6 <polymer-element name="instance-ref" extends="service-ref"> |
| 7 <template> | 7 <template> |
| 8 <link rel="stylesheet" href="css/shared.css"> | 8 <link rel="stylesheet" href="css/shared.css"> |
| 9 <style> | 9 <style> |
| 10 .errorBox { | 10 .errorBox { |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 </div> | 108 </div> |
| 109 </div> | 109 </div> |
| 110 </div> | 110 </div> |
| 111 </curly-block> | 111 </curly-block> |
| 112 </template> | 112 </template> |
| 113 </span> | 113 </span> |
| 114 </template> | 114 </template> |
| 115 </polymer-element> | 115 </polymer-element> |
| 116 | 116 |
| 117 <script type="application/dart" src="instance_ref.dart"></script> | 117 <script type="application/dart" src="instance_ref.dart"></script> |
| OLD | NEW |