From 82f1d8d6d326e05dcaa9e87e877237db376922e3 Mon Sep 17 00:00:00 2001 From: Utkarsh Singh Date: Tue, 21 Mar 2017 13:02:36 +0530 Subject: [PATCH] Committed code. Refs: #15242 --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 1 + 400-SOURCECODE/AIAHTML5.Web/index.html | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+), 0 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 9b034e3..21a21ba 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -136,6 +136,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic $rootScope.isVisibleLogin = false; localStorage.setItem('loggedInUserDetails', JSON.stringify(result)); + $('#dvUserModulesInfo').modal('show'); var userType = result.userType + ''; diff --git a/400-SOURCECODE/AIAHTML5.Web/index.html b/400-SOURCECODE/AIAHTML5.Web/index.html index 4caeee1..4b4300a 100644 --- a/400-SOURCECODE/AIAHTML5.Web/index.html +++ b/400-SOURCECODE/AIAHTML5.Web/index.html @@ -1215,6 +1215,83 @@ + + +