Can we use custom directive which behaves as attribute with html input tag in angular js?

52 Views Asked by At

We are trying to enable a feature in html input tag using angular1.x custom directive as attribute,will it work? As per my research i have seen everywhere that custom directive which behaves as attribute always works with div tag.Please give some pointers.we don't want to assign anything into ng-model.we have created a directive which we want to use with input tag as attribute.

0

There are 0 best solutions below