Skip to content

Commit

Permalink
Remove Commented out controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Nixon authored and Anthony Nixon committed Jan 31, 2018
1 parent 3d80231 commit 8176561
Showing 1 changed file with 0 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,48 +51,3 @@ module.exports = angular
}

});
// .component('openstackServerGroupAdvancedSettings', {
// bindings: {
// command: '=',
// application: '='
// },
// templateUrl: require('./advancedSettings.component.html'),
// controllerAs: 'vm',
// controller: function ($scope) {
// var vm = this;
//
// vm.updateAvailabilityZones = updateAvailabilityZones;
//
// onStart();
//
// function onStart() {
// console.log(vm.command, "\n\n\n\n\n");
//
// $scope.$watch(function ($scope) {
// // console.log("~~~~first~~~~");
// // console.log(vm.command);
// // console.log("~~~~~~~~");
// // console.log($scope.command);
// // console.log("~~~~/first~~~~");
// return vm.command.credentials;
// }, function () {
// // debugger;
// updateAvailabilityZones();
// });
//
// $scope.$watch(function () {
// // console.log(vm.command, "\n\n\n\n\n");
// return vm.command.region;
// }, function () {
// // debugger;
// updateAvailabilityZones();
// });
//
// updateAvailabilityZones();
// }
//
// // $scope.$watch('command.credentials', $scope.updateAvailabilityZones);
// // $scope.$watch('command.region', $scope.updateAvailabilityZones);
//
// }
// });

0 comments on commit 8176561

Please sign in to comment.