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