OLD | NEW |
1 <head> | 1 <head> |
2 <link rel="import" href="class_ref.html"> | 2 <link rel="import" href="class_ref.html"> |
3 <link rel="import" href="field_ref.html"> | 3 <link rel="import" href="field_ref.html"> |
4 <link rel="import" href="function_ref.html"> | 4 <link rel="import" href="function_ref.html"> |
5 <link rel="import" href="instance_ref.html"> | 5 <link rel="import" href="instance_ref.html"> |
6 <link rel="import" href="library_ref.html"> | 6 <link rel="import" href="library_ref.html"> |
7 <link rel="import" href="observatory_element.html"> | 7 <link rel="import" href="observatory_element.html"> |
8 <link rel="import" href="script_ref.html"> | 8 <link rel="import" href="script_ref.html"> |
9 </head> | 9 </head> |
10 <polymer-element name="library-view" extends="observatory-element"> | 10 <polymer-element name="library-view" extends="observatory-element"> |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 </td> | 67 </td> |
68 <td> | 68 <td> |
69 <class-ref app="{{ app }}" ref="{{ cls }}" internal></class-ref> | 69 <class-ref app="{{ app }}" ref="{{ cls }}" internal></class-ref> |
70 </td> | 70 </td> |
71 </tr> | 71 </tr> |
72 </tbody> | 72 </tbody> |
73 </table> | 73 </table> |
74 | 74 |
75 </template> | 75 </template> |
76 <script type="application/dart" src="library_view.dart"></script> | 76 <script type="application/dart" src="library_view.dart"></script> |
77 </polymer-element> | 77 </polymer-element> |
OLD | NEW |