Correct the Nested Content Editor directive name,

as it conflicted with the package version - which override the core version (wasn't good).
This commit is contained in:
leekelleher
2017-06-05 21:08:43 +02:00
parent 57b037fda0
commit 685f7bcde8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
angular.module("umbraco.directives").directive('nestedContentEditor', [
angular.module("umbraco.directives").directive('umbNestedContentEditor', [
function () {

View File

@@ -26,7 +26,7 @@
</div>
<div class="nested-content__content" ng-if="$parent.realCurrentNode.key == node.key && !$parent.sorting">
<nested-content-editor ng-model="node" tab-alias="ncTabAlias" />
<umb-nested-content-editor ng-model="node" tab-alias="ncTabAlias" />
</div>
</div>