I have an anchor tag on which, ng-disabled directive doesn\'t work at all. It works on buttons but as soon as I add the Bootstrap\'s btn class to the anchor tag, Angular
Here is what I did. It's bit of a hack but works
in css
a[data-disabled=true] { cursor: not-allowed; pointer-events: none; opacity: .65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; }
in html
Test