here I am using Angular x-editable. I want to add the class directly to the input element and buttons
<div ng-app="app" ng-controller="Ctrl">
<div>Email: <a href="#" editable-email="user.email">{{ user.email || 'empty' }}</a></div>
</div>
here I am using Angular x-editable. I want to add the class directly to the input element and buttons
<div ng-app="app" ng-controller="Ctrl">
<div>Email: <a href="#" editable-email="user.email">{{ user.email || 'empty' }}</a></div>
</div>
Copyright © 2021 Jogjafile Inc.

How about using
e-class="class1 class2"refer here