I need to check that two conditions are both true before enabling a button:
Here is an example:
this way worked for me
ng-disabled="(user.Role.ID != 1) && (user.Role.ID != 2)"