Fixes: U4-7665 When adding tab without save and remove it again "Add another tab" should be shown again

This commit is contained in:
Mads Rasmussen
2016-01-21 12:00:29 +01:00
parent 2d0f198f58
commit be1b770df8

View File

@@ -380,6 +380,7 @@
scope.removeGroup = function(groupIndex) {
scope.model.groups.splice(groupIndex, 1);
addInitGroup(scope.model.groups);
};
scope.updateGroupTitle = function(group) {