removed unused htmlId

This commit is contained in:
Niels Lyngsø
2019-03-05 14:22:58 +01:00
parent 31eefe1cf9
commit b4de15f19e

View File

@@ -19,9 +19,7 @@ angular.module("umbraco").controller("Umbraco.PropertyEditors.RadioButtonsContro
$scope.configItems = configItems;
}
$scope.htmlId = "radiobuttons-" + $scope.model.alias + String.CreateGuid();
}
init();