1

I don't know why ng-disabled is not working in IE but it is wotking in chrome,firefox. Here i am checking condition if data is 0 i making button disabled.

HTML Code:

<span ng-if="appDetails.buildsummary.buildcount<=0"><button class="disabled" disabled>0 builds</button></span>

Please help me out.

Thanks in advance.

Jahongir Rahmonov
  • 10,412
  • 8
  • 34
  • 75

1 Answers1

0

Check if Internet Explorer is set to display intranet sites in compability mode. It can give all sorts of weird behaviour. Hit the ALT-key and find it under Tools.

jared
  • 378
  • 1
  • 11
  • i want to fix this bug using angularjs code not with settings. We dont the version what end user is using so i should be fix using code.Thank you – Rajesh Valluru Jun 08 '17 at 07:46
  • See this on how to override IE compability mode: https://stackoverflow.com/questions/2518256/override-intranet-compatibility-mode-ie8 – jared Jun 08 '17 at 07:48