diff --git a/src/Umbraco.Web.UI.Client/src/common/directives/util/isolateform.directive.js b/src/Umbraco.Web.UI.Client/src/common/directives/util/umbisolateform.directive.js similarity index 58% rename from src/Umbraco.Web.UI.Client/src/common/directives/util/isolateform.directive.js rename to src/Umbraco.Web.UI.Client/src/common/directives/util/umbisolateform.directive.js index 62aa772fb3..f885a596e1 100644 --- a/src/Umbraco.Web.UI.Client/src/common/directives/util/isolateform.directive.js +++ b/src/Umbraco.Web.UI.Client/src/common/directives/util/umbisolateform.directive.js @@ -1,9 +1,9 @@ angular.module("umbraco.directives") - .directive('isolateForm', function ($window, $timeout, windowResizeListener) { + .directive('umbIsolateForm', function () { return { restrict: 'A', require: ['form', '^form'], - link: function(scope, element, attrs, forms) { + link: function (scope, element, attrs, forms) { forms[1].$removeControl(forms[0]); } } diff --git a/src/Umbraco.Web.UI.Client/src/views/components/upload/umb-file-dropzone.html b/src/Umbraco.Web.UI.Client/src/views/components/upload/umb-file-dropzone.html index f38a66ef29..9d2997625e 100644 --- a/src/Umbraco.Web.UI.Client/src/views/components/upload/umb-file-dropzone.html +++ b/src/Umbraco.Web.UI.Client/src/views/components/upload/umb-file-dropzone.html @@ -1,6 +1,6 @@
- +