Update src/Umbraco.Web.UI.Client/src/common/directives/components/property/umbproperty.directive.js

Removed comment

Co-Authored-By: Warren Buckley <warren@umbraco.com>
This commit is contained in:
Niels Lyngsø
2019-10-29 11:26:35 +01:00
committed by GitHub
parent 312a069531
commit 3a8123f00c

View File

@@ -42,7 +42,6 @@ angular.module("umbraco.directives")
event.stopPropagation();
$scope.propertyEditorAPI = api;
//$scope.propertyActions = api.propertyActions;
});
$scope.$on("$destroy", function () {