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="nav_bar.html"> | 2 <link rel="import" href="nav_bar.html"> |
3 <link rel="import" href="observatory_element.html"> | 3 <link rel="import" href="observatory_element.html"> |
4 <link rel="import" href="class_ref.html"> | 4 <link rel="import" href="class_ref.html"> |
5 | 5 |
6 <polymer-element name="class-tree" extends="observatory-element"> | 6 <polymer-element name="class-tree" extends="observatory-element"> |
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 .table { | 10 .table { |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 <class-ref ref="{{ row.cls }}"></class-ref> | 111 <class-ref ref="{{ row.cls }}"></class-ref> |
112 </td> | 112 </td> |
113 </tr> | 113 </tr> |
114 </tbody> | 114 </tbody> |
115 </table> | 115 </table> |
116 </div> | 116 </div> |
117 </template> | 117 </template> |
118 </polymer-element> | 118 </polymer-element> |
119 | 119 |
120 <script type="application/dart" src="class_tree.dart"></script> | 120 <script type="application/dart" src="class_tree.dart"></script> |
OLD | NEW |