Commit 9d30f779773a797bc2933e359ee2bb5a8e330c9f
1 parent
ace21a4c
Fix issue for siteurl login
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... | ... | @@ -640,7 +640,7 @@ function ($rootScope, $scope, Modules, $log, $location, $timeout, DataService, A |
640 | 640 | } |
641 | 641 | //code for modesty setting |
642 | 642 | |
643 | - $rootscope.siteId = result.siteId; | |
643 | + $rootScope.siteId = result.siteId; | |
644 | 644 | |
645 | 645 | // birendra// initialize exp img detail object |
646 | 646 | $rootScope.initializeUserForExportImage(result.Id); | ... | ... |