diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js index a3fc2ba..b642cb2 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js @@ -10,6 +10,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou var CLINICAL_ILLUSTRATION = 'Clinical Illustrations'; var CLINICAL_ANIMATION = 'Clinical Animations'; $rootScope.closeBtnImgPath = "~/../content/images/speeachBubbleClose.png"; + $rootScope.listArray = []; //variables to bind Filter by Controls $scope.searchAAListViewData = []; $scope.SelectedAAthumbImage = []; @@ -49,36 +50,37 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou else { $('#grid-view').css("display", "none"); - if ($scope.isListViewDataLoaded == true) { - var htm = ''; - htm += "
Title | Region | System | View | Type |
---|---|---|---|---|
' + value._Title + ' | ' + value._BodyRegion + ' | ' + value._BodySystem + ' | ' + value._ViewOrientation + ' | ' + value._ImageType + ' | '; - htm += "
Title | Region | System | View | Type |
---|---|---|---|---|
' + value._Title + ' | ' + value._BodyRegion + ' | ' + value._BodySystem + ' | ' + value._ViewOrientation + ' | ' + value._ImageType + ' | '; + // htm += "
Title | Region | System | View | Type |
---|---|---|---|---|
' + value._Title + ' | ' + value._BodyRegion + ' | ' + value._BodySystem + ' | ' + value._ViewOrientation + ' | ' + value._ImageType + ' | '; - htm += "
Title | Region | System | View | Type |
---|---|---|---|---|
' + value._Title + ' | ' + value._BodyRegion + ' | ' + value._BodySystem + ' | ' + value._ViewOrientation + ' | ' + value._ImageType + ' | '; + // htm += "
Title | +Region | +System | +View | +Type | + +
---|---|---|---|---|
+ {{val._Title}} + | ++ {{val._BodyRegion}} + | ++ {{val._BodySystem}} + | ++ {{val._ViewOrientation}} + | ++ {{val._ImageType}} + | + +
+ {{item._Title}} + | ++ {{item._BodyRegion}} + | ++ {{item._BodySystem}} + | ++ {{item._ViewOrientation}} + | ++ {{item._ImageType}} + | + +