I need to check that two conditions are both true before enabling a button:
Here is an example:
Make sure you wrap the condition in the correct precedence
ng-disabled="((!product.img) || (!product.name))"