Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

Commit

Permalink
fix(Bindings): Remove binding config if binding has no configuration …
Browse files Browse the repository at this point in the history
…defined

Fixes #174

Signed-off-by: Chris Jackson <chris@cd-jackson.com>
  • Loading branch information
cdjackson committed May 27, 2016
1 parent 1aa1a77 commit f2dfe24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/configuration/bindingConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ angular.module('Config.Bindings', [

$scope.selectBinding = function (binding) {
$scope.setPanelDisplayed("DESCRIPTION");
$scope.bindingConfig = null;
$scope.selectedBinding = binding;

if (binding.configDescriptionURI != null) {
Expand Down

0 comments on commit f2dfe24

Please sign in to comment.