Do like this:
<button ng-click="!IsClickEnable||DoSomethingElse()">xyz</button>
when the value of IsClickEnable is true then the function will be called on the button click then the function 'DoSomethingElse()' will be called else it will not get called