Commit eeb1f11f9575c84ecdd9d155448cad4c5b93038c

Authored by Nikita Kulshreshtha
1 parent 9f208480

removed unused page.

400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj
... ... @@ -44580,7 +44580,6 @@
44580 44580 <Content Include="content\scripts\js\custom\main.js" />
44581 44581 <Content Include="content\data\json\da\vocab\Swedish\cm_dat_vocabterm_3.json" />
44582 44582 <None Include="content\data\json\le\qz_dat_ca.json" />
44583   - <Content Include="HtmlPage1.html" />
44584 44583 <Content Include="libs\angular-drag-and-drop-lists.js" />
44585 44584 <Content Include="libs\angular-ui\css\slider.css" />
44586 44585 <Content Include="libs\angular-ui\js\slider.js" />
... ...
400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
... ... @@ -22,6 +22,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
22 22 $scope.AllBodySystem = [];
23 23 $scope.AllOrientation = [];
24 24 $scope.AllImageType = [];
  25 + $rootScope.Globe1 = [];
25 26  
26 27 $scope.query = {
27 28 selectedbodyregion: '',
... ... @@ -657,7 +658,6 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
657 658  
658 659  
659 660  
660   - $rootScope.Globe1 = [];
661 661 $scope.createSpeechBubbleBasedOnAnnotationLength = function (x, y, PinId) {
662 662  
663 663 var speechBubbleHTML = '<div id="speechBubbleLine' + PinId + '" style="position:absolute;height:15px;width:35px;display:none;z-index:10000;border-top:2px solid #000;transform:rotate(40deg);-moz-transform:rotate(40deg);-o-transform:rotate(40deg);-ms-transform:rotate(40deg);-webkit-transform:rotate(40deg);"></div>'
... ...