From ebf3fd1135c3b4fec65b1510680af033162cbdd6 Mon Sep 17 00:00:00 2001 From: kjac Date: Mon, 4 Apr 2016 21:32:24 +0200 Subject: [PATCH] Clean up duplicate code after merge --- app/controllers/controller.js | 4 ---- 1 file changed, 4 deletions(-) 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;