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="function_ref.html"> | 2 <link rel="import" href="function_ref.html"> |
3 <link rel="import" href="instance_ref.html"> | 3 <link rel="import" href="instance_ref.html"> |
4 <link rel="import" href="observatory_element.html"> | 4 <link rel="import" href="observatory_element.html"> |
5 <link rel="import" href="nav_bar.html"> | 5 <link rel="import" href="nav_bar.html"> |
6 <link rel="import" href="script_ref.html"> | 6 <link rel="import" href="script_ref.html"> |
7 | 7 |
8 <polymer-element name="code-view" extends="observatory-element"> | 8 <polymer-element name="code-view" extends="observatory-element"> |
9 <template> | 9 <template> |
10 <link rel="stylesheet" href="css/shared.css"> | 10 <link rel="stylesheet" href="css/shared.css"> |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 {{ instruction.human }} | 161 {{ instruction.human }} |
162 </div> | 162 </div> |
163 </template> | 163 </template> |
164 </div> | 164 </div> |
165 </template> | 165 </template> |
166 </div> | 166 </div> |
167 </template> | 167 </template> |
168 </polymer-element> | 168 </polymer-element> |
169 | 169 |
170 <script type="application/dart" src="code_view.dart"></script> | 170 <script type="application/dart" src="code_view.dart"></script> |
OLD | NEW |