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="context-ref" extends="service-ref"> | 6 <polymer-element name="context-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 <span> | 9 <span> |
10 <a on-click="{{ goto }}" _href="{{ url }}"><em>Context</em> ({{ ref.length
}})</a> | 10 <a on-click="{{ goto }}" _href="{{ url }}"><em>Context</em> ({{ ref.length
}})</a> |
(...skipping 13 matching lines...) Expand all Loading... |
24 </div> | 24 </div> |
25 </div> | 25 </div> |
26 </template> | 26 </template> |
27 </div> | 27 </div> |
28 </curly-block> | 28 </curly-block> |
29 </span> | 29 </span> |
30 </template> | 30 </template> |
31 </polymer-element> | 31 </polymer-element> |
32 | 32 |
33 <script type="application/dart" src="context_ref.dart"></script> | 33 <script type="application/dart" src="context_ref.dart"></script> |
OLD | NEW |