Related links prop editor: adds RelatedLinksPropertyEditor.cs

This commit is contained in:
Tim Geyssens
2013-10-03 13:27:13 +02:00
parent bd32c7cc4a
commit 4ace6e10db
4 changed files with 24 additions and 2 deletions

View File

@@ -1 +1,5 @@
angular.module("umbraco")
.controller("Umbraco.Editors.RelatedLinksController",
function ($rootScope, $scope, $routeParams, contentResource, contentTypeResource, editorContextService, notificationsService) {
});

View File

@@ -1 +1,3 @@
<div class="umb-editor umb-relatedlinks" ng-controller="Umbraco.Editors.RelatedLinksController">
</div>