From 66eac81fe87d24afd1413e0ab1263d7250f6c77d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Tue, 11 Jun 2019 08:44:06 +0200 Subject: [PATCH] AngularJS requires ngModel to be the fourth attribute... --- .../src/App_Plugins/TrixEditor/trix.directive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/App_Plugins/TrixEditor/trix.directive.js b/src/Umbraco.Web.UI.Client/src/App_Plugins/TrixEditor/trix.directive.js index 87f033d55f..649abf4da6 100755 --- a/src/Umbraco.Web.UI.Client/src/App_Plugins/TrixEditor/trix.directive.js +++ b/src/Umbraco.Web.UI.Client/src/App_Plugins/TrixEditor/trix.directive.js @@ -17,7 +17,7 @@ trixAttachmentRemove: '&' */ }, - link: function($scope, element, ngModel, notificationsService, localizationService) { + link: function($scope, element, attr, ngModel, notificationsService, localizationService) { // TODO: retrive from configuration: