CIController.js 194 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 AIA.controller("CIController", ["$scope", "$rootScope", "Modules", "$log", function ($scope, $rootScope, Modules, log) { $rootScope.currentActiveModuleTitle = Modules[3].Name; }] );