ng-if is commenting out when the application is running how can i resolve it
<td ng-if="((product.Status) == 'PENDING') && (((product.BookName | uppercase).includes('TECHNOLOGY')) || ((product.BookName | uppercase).includes('SCIENCE')) || ((product.BookName | uppercase).includes('MANAGEMENT')))">
<button type="button" class="btn btn-info" data-toggle="modal" data-target="#ModalPopup" ng-click="ProductInfo(product)">{{product.Status}}</button>
</td>