Commit 542c3cb3c1e162b6b70765f9bdb8ead92dec0c79
1 parent
a778af24
this is for bug ok button dubble click setting model
Showing
1 changed file
with
8 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... | ... | @@ -2548,6 +2548,14 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic |
2548 | 2548 | } |
2549 | 2549 | }; |
2550 | 2550 | |
2551 | + | |
2552 | + $rootScope.changeNavigatorModesty = function () { | |
2553 | + var currentOpenViewId = localStorage.getItem("currentBodyViewId");//$rootScope.openViews[openViewLen - 1].BodyViewId; | |
2554 | + | |
2555 | + $rootScope.$broadcast('changeNavigatorModestyEvent', { bodyViewId: currentOpenViewId }, true); | |
2556 | + | |
2557 | + }; | |
2558 | + | |
2551 | 2559 | $rootScope.ShowExportImageWindow = function () { |
2552 | 2560 | $(".export-image").css("display", "block"); |
2553 | 2561 | }; | ... | ... |