Commit 28c7c45925fefb79292d333f5e6e2ce41a647f60
1 parent
742d6d60
CA css issue
Showing
1 changed file
with
1 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js
... | ... | @@ -6,6 +6,7 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, pages, B |
6 | 6 | $scope.CAAllBodyRegion = []; |
7 | 7 | $scope.CAAllBodySystem = []; |
8 | 8 | $scope.CAAllSpeciality = []; |
9 | + $scope.selectedCAlistViewData = []; | |
9 | 10 | $scope.searchCAlistViewData = []; |
10 | 11 | $scope.SelectedCAthumbImage = []; |
11 | 12 | $scope.SelectedCAImage = []; | ... | ... |