$scope.addLabel = function () {
      $scope.formValues.Labels.push({ key: '', value: '' });
    };