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="class_ref.html"> | 2 <link rel="import" href="class_ref.html"> |
3 <link rel="import" href="curly_block.html"> | |
4 <link rel="import" href="eval_box.html"> | 3 <link rel="import" href="eval_box.html"> |
5 <link rel="import" href="field_ref.html"> | 4 <link rel="import" href="field_ref.html"> |
6 <link rel="import" href="function_ref.html"> | 5 <link rel="import" href="function_ref.html"> |
7 <link rel="import" href="instance_ref.html"> | 6 <link rel="import" href="instance_ref.html"> |
8 <link rel="import" href="observatory_element.html"> | 7 <link rel="import" href="observatory_element.html"> |
9 <link rel="import" href="library_ref.html"> | 8 <link rel="import" href="library_ref.html"> |
10 <link rel="import" href="nav_bar.html"> | 9 <link rel="import" href="nav_bar.html"> |
11 <link rel="import" href="script_ref.html"> | 10 <link rel="import" href="script_ref.html"> |
12 | 11 |
13 <polymer-element name="library-view" extends="observatory-element"> | 12 <polymer-element name="library-view" extends="observatory-element"> |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 <hr> | 155 <hr> |
157 <script-inset script="{{ library.rootScript }}"> | 156 <script-inset script="{{ library.rootScript }}"> |
158 </script-inset> | 157 </script-inset> |
159 </div> | 158 </div> |
160 | 159 |
161 <view-footer></view-footer> | 160 <view-footer></view-footer> |
162 </template> | 161 </template> |
163 </polymer-element> | 162 </polymer-element> |
164 | 163 |
165 <script type="application/dart" src="library_view.dart"></script> | 164 <script type="application/dart" src="library_view.dart"></script> |
OLD | NEW |