Fixes
This commit is contained in:
parent
9955bae56c
commit
3b1a2dbd07
1 changed files with 6 additions and 6 deletions
|
@ -98,7 +98,7 @@ angular.module('SeHub').controller('newTasksController', ['$scope', 'apiService'
|
||||||
compOrder++;
|
compOrder++;
|
||||||
comp.isMandatory = $scope.newComp.isMandatory;
|
comp.isMandatory = $scope.newComp.isMandatory;
|
||||||
comp.label = "";
|
comp.label = "";
|
||||||
var i = 0
|
var i = 0;
|
||||||
if (!(type === 'textbox' || type === 'textarea' || type === 'checkbox'))
|
if (!(type === 'textbox' || type === 'textarea' || type === 'checkbox'))
|
||||||
while ($scope.newComp.label[i]) {
|
while ($scope.newComp.label[i]) {
|
||||||
comp.label += $scope.newComp.label[i] + "|";
|
comp.label += $scope.newComp.label[i] + "|";
|
||||||
|
|
Loading…
Reference in a new issue