I have a html , ng-if start work with multiple tag , i want to apply within attributes
<td class="text-right" ng-if-start="hascancelData" rowspan="2" ng-if-end>
<strong>{{cancelData.refundAmount | currency}}</strong>
</td>
I have to apply rowspan="2" only when hascancelData:true. I have tried ^^