Commit 43a66cfe0f61f78d6a0ad048a8e01f9f3a8db04f
1 parent
15d251c9
commented code
Showing
1 changed file
with
1 additions
and
5 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/AODController.js
1 | 1 | AIA.controller("AODController", ["$scope", "$rootScope", "pages", "$log","$location", |
2 | 2 | function ($scope, $rootScope, pages, log, $location) { |
3 | - //$scope.showTabButton = true; | |
4 | - //$scope.IsVisible = function () { | |
5 | - // $scope.scroll(); | |
6 | - | |
7 | - //} | |
3 | + | |
8 | 4 | |
9 | 5 | $scope.setActiveTab = function (tabToSet) { |
10 | 6 | $scope.activeTab = tabToSet; | ... | ... |