I need to check that two conditions are both true before enabling a button:
Here is an example:
You should be able to && the conditions:
&&
ng-disabled="condition1 && condition2"