Commit 2e5c4938f0d1111666ecdadda52eb884730d468b
1 parent
4a4176cb
commented consolelog
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js
@@ -40,7 +40,7 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, pages, B | @@ -40,7 +40,7 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, pages, B | ||
40 | .orderBy([{ field: '_Title', sort: 'asc' }]) | 40 | .orderBy([{ field: '_Title', sort: 'asc' }]) |
41 | .select(); | 41 | .select(); |
42 | 42 | ||
43 | - console.log($scope.selectedCAListViewData); | 43 | + //console.log($scope.selectedCAListViewData); |
44 | 44 | ||
45 | $('#grid-view').empty(); | 45 | $('#grid-view').empty(); |
46 | 46 |