I am looking for how to disable user input for this directive directive, I want the controller to insert values into certain events that occur in the view.
I went through the API and I really did not find how to do this. I even tried using the attributedisabled
<tags-input ng-model="filterTags" disabled></tags-input>
It so happened that the style turned gray, but I could still manually insert the values.
source
share