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