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="field_ref.html"> | 3 <link rel="import" href="field_ref.html"> |
4 <link rel="import" href="observatory_element.html"> | 4 <link rel="import" href="observatory_element.html"> |
5 <link rel="import" href="service_ref.html"> | 5 <link rel="import" href="service_ref.html"> |
6 | 6 |
7 <polymer-element name="inbound-reference" extends="service-ref"> | 7 <polymer-element name="inbound-reference" extends="service-ref"> |
8 <template> | 8 <template> |
9 <link rel="stylesheet" href="css/shared.css"> | 9 <link rel="stylesheet" href="css/shared.css"> |
10 <div> | 10 <div> |
(...skipping 10 matching lines...) Expand all Loading... |
21 </template> | 21 </template> |
22 </div> | 22 </div> |
23 </div> | 23 </div> |
24 </div> | 24 </div> |
25 </curly-block> | 25 </curly-block> |
26 </div> | 26 </div> |
27 </template> | 27 </template> |
28 </polymer-element> | 28 </polymer-element> |
29 | 29 |
30 <script type="application/dart" src="inbound_reference.dart"></script> | 30 <script type="application/dart" src="inbound_reference.dart"></script> |
OLD | NEW |