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="service_ref.html"> | 2 <link rel="import" href="service_ref.html"> |
3 | 3 |
4 <polymer-element name="class-ref" extends="service-ref"> | 4 <polymer-element name="class-ref" extends="service-ref"> |
5 <template><link rel="stylesheet" href="css/shared.css"><span><a on-click="{{ g
oto }}" title="{{ hoverText }}" _href="{{ url }}">{{ name }}</a></span></templat
e> | 5 <template><link rel="stylesheet" href="css/shared.css"><span><a on-click="{{ g
oto }}" title="{{ hoverText }}" _href="{{ url }}">{{ name }}</a></span></templat
e> |
6 </polymer-element> | 6 </polymer-element> |
7 | 7 |
8 <script type="application/dart" src="class_ref.dart"></script> | 8 <script type="application/dart" src="class_ref.dart"></script> |
OLD | NEW |