Change back to a-tag

Has to be an `<a>` with an empty `href` for the ng-click to fire.
This commit is contained in:
Søren Kottal
2018-11-15 09:55:35 +01:00
committed by Sebastiaan Janssen
parent 7f858899a3
commit 75be42f8ff

View File

@@ -37,9 +37,9 @@
</div>
<div class="umb-nested-content__footer-bar" ng-hide="nodes.length >= maxItems">
<button type="button" class="umb-nested-content__icon" ng-click="openNodeTypePicker($event)" prevent-default>
<a href class="umb-nested-content__icon" ng-click="openNodeTypePicker($event)" prevent-default>
<i class="icon icon-add"></i>
</button>
</a>
</div>
</ng-form>