How to use data.variable in ng-show condition of html in a widget?
Hi Community, I'm working on a widget where in server side script I have defined a data variable as below:- data.count1=dat1.count; And want to use same in below html script:- <button ng-show="entities=='yes' && curret_pos<data.count1" ng-click="getN...
