use property alias for content add button

This commit is contained in:
Niels Lyngsø
2020-06-12 14:12:13 +02:00
parent 6d8d79531d
commit e1f3eb6f00
@@ -52,6 +52,7 @@
<button
ng-if="vm.loading !== true"
id="{{vm.model.alias}}"
type="button"
class="btn-reset umb-block-list__create-button umb-outline"
ng-class="{ '--disabled': vm.availableBlockTypes.length === 0 }"