I have to display either 0 or 1 in {{}} in HTML page. my controller has a property based on which i have to decide wether to display 0 or to display 1. If the property is greater than or equal to one then 1 should be displayed, 0 otherwise.
Any suggestions or tricks ?
Note: I want to do this in HTML code itself using angularJS tricks.
Please Help