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="code_ref.html"> | |
4 <link rel="import" href="function_ref.html"> | |
5 <link rel="import" href="library_ref.html"> | 3 <link rel="import" href="library_ref.html"> |
6 <link rel="import" href="script_inset.html"> | 4 <link rel="import" href="script_inset.html"> |
7 <link rel="import" href="script_ref.html"> | 5 <link rel="import" href="script_ref.html"> |
8 | 6 |
9 <polymer-element name="function-view"> | 7 <polymer-element name="function-view"> |
10 <template> | 8 <template> |
11 <link rel="stylesheet" href="css/shared.css"> | 9 <link rel="stylesheet" href="css/shared.css"> |
12 <nav-bar> | 10 <nav-bar> |
13 <top-nav-menu></top-nav-menu> | 11 <top-nav-menu></top-nav-menu> |
14 <vm-nav-menu vm="{{ function.isolate.vm }}"></vm-nav-menu> | 12 <vm-nav-menu vm="{{ function.isolate.vm }}"></vm-nav-menu> |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 <div class="content-centered-big"> | 121 <div class="content-centered-big"> |
124 <hr> | 122 <hr> |
125 <source-inset location="{{ function.location }}"></source-inset> | 123 <source-inset location="{{ function.location }}"></source-inset> |
126 </div> | 124 </div> |
127 | 125 |
128 <view-footer></view-footer> | 126 <view-footer></view-footer> |
129 </template> | 127 </template> |
130 </polymer-element> | 128 </polymer-element> |
131 | 129 |
132 <script type="application/dart" src="function_view.dart"></script> | 130 <script type="application/dart" src="function_view.dart"></script> |
OLD | NEW |