mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -03:30
#696 remove logging pt. 2
This commit is contained in:
@@ -24,7 +24,6 @@ export default
|
|||||||
Rest.setUrl(defaultUrl);
|
Rest.setUrl(defaultUrl);
|
||||||
Rest.get()
|
Rest.get()
|
||||||
.success(function(data){
|
.success(function(data){
|
||||||
console.log(data)
|
|
||||||
$scope.mgmtCards = data.results;
|
$scope.mgmtCards = data.results;
|
||||||
Wait('stop');
|
Wait('stop');
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ export default ['$compile', '$state', '$stateParams', 'EditSchedule', 'Wait', '$
|
|||||||
$scope.$on("formUpdated", function() {
|
$scope.$on("formUpdated", function() {
|
||||||
$rootScope.$broadcast("loadSchedulerDetailPane");
|
$rootScope.$broadcast("loadSchedulerDetailPane");
|
||||||
});
|
});
|
||||||
console.log($scope)
|
|
||||||
|
|
||||||
$scope.$watchGroup(["schedulerName",
|
$scope.$watchGroup(["schedulerName",
|
||||||
"schedulerStartDt",
|
"schedulerStartDt",
|
||||||
|
|||||||
Reference in New Issue
Block a user