From ecd059902242d4198847b3e94caea3e63a523e11 Mon Sep 17 00:00:00 2001 From: amrita.vishnoi Date: Thu, 29 Dec 2016 18:26:31 +0530 Subject: [PATCH] in progress --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js index 882273e..5c11783 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js @@ -101,18 +101,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo }, 250); } - $scope.loadAAImage = function (OpenedModuleItemPath) - { - - - //var imgNode = document.getElementById('modItemImage'); - ////document.getElementById("imageid").src = "../template/save.png"; - ////imgNode.src = $rootScope.OpenItemImagePath; - //alert($rootScope.OpenItemImagePath); - - // var imageNode = "''"; - //$('#imageDiv').append(imageNode); - } + angular.element(document).ready(function (e) { $("#aaImagePanel").resize(function () { @@ -216,8 +205,6 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo $scope.LoadDefaultLayerImage(); - - } bodyViewWorker.onerror = function (e) { alert('Error: Line ' + e.lineno + ' in ' + e.filename + ': ' + e.message); -- libgit2 0.21.4