forgot rename of remove tab function

This commit is contained in:
Mads Rasmussen
2015-06-22 09:12:23 +02:00
parent 53dfc93c65
commit f1a2883cd6

View File

@@ -237,7 +237,7 @@ function DocumentTypeEditController($scope, $rootScope, $routeParams, $log, cont
};
$scope.deleteTab = function(tabIndex) {
$scope.removeTab = function(tabIndex) {
$scope.contentType.groups.splice(tabIndex, 1);
};