removed id

This commit is contained in:
Niels Lyngsø
2019-06-25 15:26:06 +02:00
parent 90e0fcb299
commit 6868581770
@@ -1,3 +1,3 @@
<div ng-controller="Umbraco.Core.TrixController as vm">
<trix-editor id="{{model.alias}}" ng-model="model.value"></trix-editor>
<trix-editor ng-model="model.value"></trix-editor>
</div>