CIController.js 194 Bytes
AIA.controller("CIController", ["$scope", "$rootScope", "Modules", "$log",
function ($scope, $rootScope, Modules, log) {

    $rootScope.currentActiveModuleTitle = Modules[3].Name;
}]



);