Related links prop editor: adds RelatedLinksPropertyEditor.cs
This commit is contained in:
@@ -1 +1,5 @@
|
||||
|
||||
angular.module("umbraco")
|
||||
.controller("Umbraco.Editors.RelatedLinksController",
|
||||
function ($rootScope, $scope, $routeParams, contentResource, contentTypeResource, editorContextService, notificationsService) {
|
||||
|
||||
});
|
||||
@@ -1 +1,3 @@
|
||||
|
||||
<div class="umb-editor umb-relatedlinks" ng-controller="Umbraco.Editors.RelatedLinksController">
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user