spelling mistake corrected
This commit is contained in:
+2
-2
@@ -77,11 +77,11 @@
|
||||
scope.vm.hasCulture = true;
|
||||
}
|
||||
if (variant.segment !== null) {
|
||||
scope.vm.hasSegment = true;
|
||||
scope.vm.hasSegments = true;
|
||||
}
|
||||
});
|
||||
|
||||
scope.vm.hasVariants = (scope.vm.hasCulture || scope.vm.hasSegment);
|
||||
scope.vm.hasVariants = (scope.vm.hasCulture || scope.vm.hasSegments);
|
||||
|
||||
checkErrorsOnOtherVariants();
|
||||
|
||||
|
||||
+1
-1
@@ -49,7 +49,7 @@
|
||||
<span ng-bind="editor.content.displayName"></span>
|
||||
</span>
|
||||
|
||||
<umb-dropdown ng-if="vm.dropdownOpen" class="umb-variant-switcher" ng-class="{'--has-sub-variants': vm.hasSegment === true}" on-close="vm.dropdownOpen = false" umb-keyboard-list>
|
||||
<umb-dropdown ng-if="vm.dropdownOpen" class="umb-variant-switcher" ng-class="{'--has-sub-variants': vm.hasSegments === true}" on-close="vm.dropdownOpen = false" umb-keyboard-list>
|
||||
<umb-dropdown-item
|
||||
ng-repeat-start="entry in vm.variantMenu track by $index"
|
||||
class="umb-variant-switcher__item"
|
||||
|
||||
Reference in New Issue
Block a user