From 849f8f0acbe896cac7e531fee6895442382318cc Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Thu, 13 Apr 2017 09:24:37 +0000
Subject: [PATCH] #0 config - Migrated to jspm and Angular 4.0.2

---
 securis/src/main/webapp/src/app/listing/application.list.component.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/securis/src/main/webapp/src/app/listing/application.list.component.html b/securis/src/main/webapp/src/app/listing/application.list.component.html
index 522e7b7..60d6f0b 100644
--- a/securis/src/main/webapp/src/app/listing/application.list.component.html
+++ b/securis/src/main/webapp/src/app/listing/application.list.component.html
@@ -20,14 +20,14 @@
       [sortBy]="sortBy"
       (sortChange)="sort($event)"
       style="width: 100%">
-      <template tdDataTableTemplate="creation_timestamp" let-row="row" let-value="value">
+      <ng-template tdDataTableTemplate="creation_timestamp" let-row="row" let-value="value">
          <span>{{value | date: 'medium'}}</span>
-      </template>
-      <template tdDataTableTemplate="menu" let-row="row" let-index="index">
+      </ng-template>
+      <ng-template tdDataTableTemplate="menu" let-row="row" let-index="index">
         <div layout="row" layout-align="end center">
           <button md-icon-button (click)="edit(row.id)" color="primary"><md-icon>edit</md-icon></button>
         </div>
-      </template>
+      </ng-template>
     </td-data-table>
     <td-paging-bar #pagingBar [pageSizes]="[10, 20, 40]" [total]="filteredTotal" (change)="page($event)" [hidden]="pagingBar.total <= 10">
       <span td-paging-bar-label hide-xs>Rows per page:</span> {{pagingBar.range}} <span hide-xs>of {{pagingBar.total}}</span>

--
Gitblit v1.3.2