javascript - How to check codition in ng-show angular -


i want hide button when other tag value 'done' here code ng-show="{{transaction.status}}!='done' not work. please me fix it

try code:

ng-show="transaction.status !== 'done'" 

or

ng-hide="transaction.status === 'done'" 

Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -