| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 | 2 |
| 3 <html> | 3 <html> |
| 4 <head> | 4 <head> |
| 5 <link rel="import" href="company-info.html"> | 5 <link rel="import" href="company-info.html"> |
| 6 </head> | 6 </head> |
| 7 <body> | 7 <body> |
| 8 <element name="x-porfolio" constructor="PortfolioComponent" extends="div"> | 8 <element name="x-porfolio" constructor="PortfolioComponent" extends="div"> |
| 9 <template> | 9 <template> |
| 10 <!-- Tabs header --> | 10 <!-- Tabs header --> |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 <template if="tab['userValue'] != null"> | 54 <template if="tab['userValue'] != null"> |
| 55 <x-company-info company="{{tab['userValue']}}" route="{{companyRou
te.newHandle()}}"></x-company-info> | 55 <x-company-info company="{{tab['userValue']}}" route="{{companyRou
te.newHandle()}}"></x-company-info> |
| 56 </template> | 56 </template> |
| 57 </template> | 57 </template> |
| 58 </template> | 58 </template> |
| 59 </template> | 59 </template> |
| 60 <script type="application/dart" src="portfolio.dart"></script> | 60 <script type="application/dart" src="portfolio.dart"></script> |
| 61 </element> | 61 </element> |
| 62 </body> | 62 </body> |
| 63 </html> | 63 </html> |
| OLD | NEW |