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"><a on-click="{{ goto }} " title="{{ hoverText }}" href="{{ url }}">{{ name }}</a></template> | 5 <template><link rel="stylesheet" href="css/shared.css"> |
6 <span><a on-click="{{ goto }}" title="{{ hoverText }}" href="{{ url }}">{{ na me }}</a></span> | |
Cutch
2014/08/21 20:08:55
Please remove the new lines here.
rmacnak
2014/08/21 22:06:44
Pretty printed to match the other short foo-refs.
rmacnak
2014/08/25 21:46:36
Removed new lines.
| |
7 </template> | |
6 </polymer-element> | 8 </polymer-element> |
7 | 9 |
8 <script type="application/dart" src="class_ref.dart"></script> | 10 <script type="application/dart" src="class_ref.dart"></script> |
OLD | NEW |