3dAController.js 193 Bytes
AIA.controller("3dAController", ["$scope", "$rootScope", "Modules", "$log",
function ($scope, $rootScope, Modules, log) {

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



);