Commit 756604af6744e73384eccec9fd9f5fd7cf5acbbe
1 parent
44c99714
changed location of code for setting title of module
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -369,8 +369,8 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
369 | 369 | angular.forEach( $rootScope.userModules, function (value, key) { |
370 | 370 | if (value.slug === currentURL.replace('/','')) { |
371 | 371 | selectedModuleName = value.name; |
372 | + $rootScope.currentActiveModuleTitle = selectedModuleName; | |
372 | 373 | } |
373 | - $rootScope.currentActiveModuleTitle = selectedModuleName; | |
374 | 374 | }) |
375 | 375 | |
376 | 376 | ... | ... |