diff --git a/app/controllers/controller.js b/app/controllers/controller.js index d8fd5f2..cf6b205 100644 --- a/app/controllers/controller.js +++ b/app/controllers/controller.js @@ -583,10 +583,6 @@ angular.module("umbraco").controller("Imulus.ArchetypeController", function ($sc }); }); - // we need to hook into this event for saving back the custom properties, because of the lazy loading of property editors - $scope.$on("formSubmitting", function(ev, args) { - }); - function toUtc(date) { if (!date) { return null;