If you are a C# developer, you will easily understand the syntax. it is same with ? : Operator
?: Operator
<button type="submit" ng-click="MyButtonClick()"><span>{{isConditionMeet ? 'True Condition Text' : 'False Condition Text'}}</span></button>
No comments:
Post a Comment