From 542c3cb3c1e162b6b70765f9bdb8ead92dec0c79 Mon Sep 17 00:00:00 2001 From: Mukul Date: Wed, 1 Feb 2017 17:11:31 +0530 Subject: [PATCH] this is for bug ok button dubble click setting model --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 8 ++++++++ 1 file changed, 8 insertions(+), 0 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index ee44509..73081d8 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -2548,6 +2548,14 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic } }; + + $rootScope.changeNavigatorModesty = function () { + var currentOpenViewId = localStorage.getItem("currentBodyViewId");//$rootScope.openViews[openViewLen - 1].BodyViewId; + + $rootScope.$broadcast('changeNavigatorModestyEvent', { bodyViewId: currentOpenViewId }, true); + + }; + $rootScope.ShowExportImageWindow = function () { $(".export-image").css("display", "block"); }; -- libgit2 0.21.4