From 6a1072e918d4dc2c42d0573aebdf4f3a586473ec Mon Sep 17 00:00:00 2001 From: Tim Geyssens Date: Thu, 3 Oct 2013 15:09:52 +0200 Subject: [PATCH] Related links prop editor: more WIP --- .../propertyeditors/relatedlinks/relatedlinks.controller.js | 2 +- .../src/views/propertyeditors/relatedlinks/relatedlinks.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/relatedlinks/relatedlinks.controller.js b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/relatedlinks/relatedlinks.controller.js index b2f13bd79f..bc9f49c211 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/relatedlinks/relatedlinks.controller.js +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/relatedlinks/relatedlinks.controller.js @@ -47,7 +47,7 @@ $scope.relatedLinks.push(newIntLink); } $scope.newCaption = ''; - $scope.newLink = ''; + $scope.newLink = 'http://'; $scope.newNewWindow = false; $scope.newInternal = null; $scope.newInternalName = ''; diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/relatedlinks/relatedlinks.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/relatedlinks/relatedlinks.html index 74cc37342a..27953978a7 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/relatedlinks/relatedlinks.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/relatedlinks/relatedlinks.html @@ -5,7 +5,7 @@ Caption Link - Open in new window + New window